Struct DIOBJECTDATAFORMAT
#[repr(C)]pub struct DIOBJECTDATAFORMAT {
pub pguid: *const GUID,
pub dwOfs: u32,
pub dwType: u32,
pub dwFlags: u32,
}
Fields§
§pguid: *const GUID
§dwOfs: u32
§dwType: u32
§dwFlags: u32
Trait Implementations§
§impl Clone for DIOBJECTDATAFORMAT
impl Clone for DIOBJECTDATAFORMAT
§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 moreimpl Copy 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