#[repr(C)]pub struct DIPROPHEADER {
pub dwSize: u32,
pub dwHeaderSize: u32,
pub dwObj: u32,
pub dwHow: u32,
}
Fields§
§dwSize: u32
§dwHeaderSize: u32
§dwObj: u32
§dwHow: u32
Trait Implementations§
Source§impl Abi for DIPROPHEADER
impl Abi for DIPROPHEADER
Source§type Abi = DIPROPHEADER
type Abi = DIPROPHEADER
The abi representation of the implementing type. Read more
type DefaultType = DIPROPHEADER
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 DIPROPHEADER
impl Clone for DIPROPHEADER
Source§fn clone(&self) -> DIPROPHEADER
fn clone(&self) -> DIPROPHEADER
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 Debug for DIPROPHEADER
impl Debug for DIPROPHEADER
Source§impl Default for DIPROPHEADER
impl Default for DIPROPHEADER
Source§impl PartialEq for DIPROPHEADER
impl PartialEq for DIPROPHEADER
impl Copy for DIPROPHEADER
impl Eq for DIPROPHEADER
Auto Trait Implementations§
impl Freeze for DIPROPHEADER
impl RefUnwindSafe for DIPROPHEADER
impl Send for DIPROPHEADER
impl Sync for DIPROPHEADER
impl Unpin for DIPROPHEADER
impl UnwindSafe for DIPROPHEADER
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