Struct EXP_DARWIN_LINK
#[repr(C, packed(1))]pub struct EXP_DARWIN_LINK {
    pub dbh: DATABLOCK_HEADER,
    pub szDarwinID: [i8; 260],
    pub szwDarwinID: [u16; 260],
}Fields§
§dbh: DATABLOCK_HEADER§szDarwinID: [i8; 260]§szwDarwinID: [u16; 260]Trait Implementations§
§impl Clone for EXP_DARWIN_LINK
 
impl Clone for EXP_DARWIN_LINK
§fn clone(&self) -> EXP_DARWIN_LINK
 
fn clone(&self) -> EXP_DARWIN_LINK
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 Default for EXP_DARWIN_LINK
 
impl Default for EXP_DARWIN_LINK
impl Copy for EXP_DARWIN_LINK
Auto Trait Implementations§
impl Freeze for EXP_DARWIN_LINK
impl RefUnwindSafe for EXP_DARWIN_LINK
impl Send for EXP_DARWIN_LINK
impl Sync for EXP_DARWIN_LINK
impl Unpin for EXP_DARWIN_LINK
impl UnwindSafe for EXP_DARWIN_LINK
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