#[repr(C, packed(1))]pub struct DATABLOCK_HEADER {
pub cbSize: u32,
pub dwSignature: u32,
}Fields§
§cbSize: u32§dwSignature: u32Trait Implementations§
Source§impl Abi for DATABLOCK_HEADER
impl Abi for DATABLOCK_HEADER
Source§type Abi = DATABLOCK_HEADER
type Abi = DATABLOCK_HEADER
The abi representation of the implementing type. Read more
type DefaultType = DATABLOCK_HEADER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DATABLOCK_HEADER
impl Clone for DATABLOCK_HEADER
Source§fn clone(&self) -> DATABLOCK_HEADER
fn clone(&self) -> DATABLOCK_HEADER
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 moreSource§impl PartialEq for DATABLOCK_HEADER
impl PartialEq for DATABLOCK_HEADER
impl Copy for DATABLOCK_HEADER
impl Eq for DATABLOCK_HEADER
Auto Trait Implementations§
impl Freeze for DATABLOCK_HEADER
impl RefUnwindSafe for DATABLOCK_HEADER
impl Send for DATABLOCK_HEADER
impl Sync for DATABLOCK_HEADER
impl Unpin for DATABLOCK_HEADER
impl UnwindSafe for DATABLOCK_HEADER
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