#[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: u32Trait Implementations§
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§fn default() -> DIOBJECTDATAFORMAT
fn default() -> DIOBJECTDATAFORMAT
Returns the “default value” for a type. Read more
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