#[repr(C)]pub struct DWORD_BLOB {
    pub clSize: ULONG,
    pub alData: [ULONG; 1],
}Fields§
§clSize: ULONG§alData: [ULONG; 1]Trait Implementations§
Source§impl Clone for DWORD_BLOB
 
impl Clone for DWORD_BLOB
Source§fn clone(&self) -> DWORD_BLOB
 
fn clone(&self) -> DWORD_BLOB
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 moreimpl Copy for DWORD_BLOB
Auto Trait Implementations§
impl Freeze for DWORD_BLOB
impl RefUnwindSafe for DWORD_BLOB
impl Send for DWORD_BLOB
impl Sync for DWORD_BLOB
impl Unpin for DWORD_BLOB
impl UnwindSafe for DWORD_BLOB
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