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