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