#[repr(C)]pub struct _WORD_BLOB {
pub clSize: ULONG,
pub asData: [c_ushort; 1],
}Fields§
§clSize: ULONG§asData: [c_ushort; 1]Trait Implementations§
Source§impl Clone for _WORD_BLOB
impl Clone for _WORD_BLOB
Source§fn clone(&self) -> _WORD_BLOB
fn clone(&self) -> _WORD_BLOB
Returns a duplicate 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 moreSource§impl Debug for _WORD_BLOB
impl Debug for _WORD_BLOB
impl Copy for _WORD_BLOB
Auto Trait Implementations§
impl Freeze for _WORD_BLOB
impl RefUnwindSafe for _WORD_BLOB
impl Send for _WORD_BLOB
impl Sync for _WORD_BLOB
impl Unpin for _WORD_BLOB
impl UnwindSafe for _WORD_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