Struct MSIASSEMBLYINFO
#[repr(transparent)]pub struct MSIASSEMBLYINFO(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for MSIASSEMBLYINFO
impl Clone for MSIASSEMBLYINFO
§fn clone(&self) -> MSIASSEMBLYINFO
fn clone(&self) -> MSIASSEMBLYINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MSIASSEMBLYINFO
impl Debug for MSIASSEMBLYINFO
§impl Default for MSIASSEMBLYINFO
impl Default for MSIASSEMBLYINFO
§fn default() -> MSIASSEMBLYINFO
fn default() -> MSIASSEMBLYINFO
Returns the “default value” for a type. Read more
§impl PartialEq for MSIASSEMBLYINFO
impl PartialEq for MSIASSEMBLYINFO
impl Copy for MSIASSEMBLYINFO
impl Eq for MSIASSEMBLYINFO
impl StructuralPartialEq for MSIASSEMBLYINFO
Auto Trait Implementations§
impl Freeze for MSIASSEMBLYINFO
impl RefUnwindSafe for MSIASSEMBLYINFO
impl Send for MSIASSEMBLYINFO
impl Sync for MSIASSEMBLYINFO
impl Unpin for MSIASSEMBLYINFO
impl UnwindSafe for MSIASSEMBLYINFO
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