pub struct EntryArg {
pub name: Option<String>,
pub binding: Binding,
pub handle: Handle<GlobalVariable>,
pub storage: StorageQualifier,
}
Fields§
§name: Option<String>
§binding: Binding
§handle: Handle<GlobalVariable>
§storage: StorageQualifier
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryArg
impl RefUnwindSafe for EntryArg
impl Send for EntryArg
impl Sync for EntryArg
impl Unpin for EntryArg
impl UnwindSafe for EntryArg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more