pub struct AsmStaticVar {
pub name: Identifier,
pub global: bool,
pub init: StaticInit,
pub alignment: i32,
}Fields§
§name: Identifier§global: bool§init: StaticInit§alignment: i32Trait Implementations§
Source§impl Debug for AsmStaticVar
impl Debug for AsmStaticVar
Source§impl Display for AsmStaticVar
impl Display for AsmStaticVar
Source§impl From<StaticVariable> for AsmStaticVar
impl From<StaticVariable> for AsmStaticVar
Source§fn from(value: StaticVariable) -> Self
fn from(value: StaticVariable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsmStaticVar
impl RefUnwindSafe for AsmStaticVar
impl Send for AsmStaticVar
impl Sync for AsmStaticVar
impl Unpin for AsmStaticVar
impl UnwindSafe for AsmStaticVar
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