Struct msidbAssemblyAttributes
#[repr(transparent)]pub struct msidbAssemblyAttributes(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for msidbAssemblyAttributes
impl Clone for msidbAssemblyAttributes
§fn clone(&self) -> msidbAssemblyAttributes
fn clone(&self) -> msidbAssemblyAttributes
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 msidbAssemblyAttributes
impl Debug for msidbAssemblyAttributes
§impl Default for msidbAssemblyAttributes
impl Default for msidbAssemblyAttributes
§fn default() -> msidbAssemblyAttributes
fn default() -> msidbAssemblyAttributes
Returns the “default value” for a type. Read more
§impl PartialEq for msidbAssemblyAttributes
impl PartialEq for msidbAssemblyAttributes
impl Copy for msidbAssemblyAttributes
impl Eq for msidbAssemblyAttributes
impl StructuralPartialEq for msidbAssemblyAttributes
Auto Trait Implementations§
impl Freeze for msidbAssemblyAttributes
impl RefUnwindSafe for msidbAssemblyAttributes
impl Send for msidbAssemblyAttributes
impl Sync for msidbAssemblyAttributes
impl Unpin for msidbAssemblyAttributes
impl UnwindSafe for msidbAssemblyAttributes
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