Struct MDEVICECAPSEX
#[repr(C, packed(1))]pub struct MDEVICECAPSEX {
pub cbSize: u32,
pub pCaps: *mut c_void,
}
Fields§
§cbSize: u32
§pCaps: *mut c_void
Trait Implementations§
§impl Clone for MDEVICECAPSEX
impl Clone for MDEVICECAPSEX
§fn clone(&self) -> MDEVICECAPSEX
fn clone(&self) -> MDEVICECAPSEX
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 more§impl Default for MDEVICECAPSEX
impl Default for MDEVICECAPSEX
impl Copy for MDEVICECAPSEX
Auto Trait Implementations§
impl Freeze for MDEVICECAPSEX
impl RefUnwindSafe for MDEVICECAPSEX
impl !Send for MDEVICECAPSEX
impl !Sync for MDEVICECAPSEX
impl Unpin for MDEVICECAPSEX
impl UnwindSafe for MDEVICECAPSEX
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