#[repr(C)]pub struct DWORD_BLOB {
pub clSize: u32,
pub alData: [u32; 1],
}Fields§
§clSize: u32§alData: [u32; 1]Trait Implementations§
Source§impl Abi for DWORD_BLOB
impl Abi for DWORD_BLOB
Source§type Abi = DWORD_BLOB
type Abi = DWORD_BLOB
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DWORD_BLOB
impl Clone for DWORD_BLOB
Source§fn clone(&self) -> DWORD_BLOB
fn clone(&self) -> DWORD_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 DWORD_BLOB
impl Debug for DWORD_BLOB
Source§impl Default for DWORD_BLOB
impl Default for DWORD_BLOB
Source§impl PartialEq for DWORD_BLOB
impl PartialEq for DWORD_BLOB
impl Copy for DWORD_BLOB
impl Eq 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