#[repr(C)]pub struct _DEVICE_DSM_LOST_QUERY_OUTPUT {
pub Version: DWORD,
pub Size: DWORD,
pub Alignment: DWORDLONG,
pub NumberOfBits: DWORD,
pub BitMap: [DWORD; 1],
}Fields§
§Version: DWORD§Size: DWORD§Alignment: DWORDLONG§NumberOfBits: DWORD§BitMap: [DWORD; 1]Trait Implementations§
Source§impl Clone for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl Clone for _DEVICE_DSM_LOST_QUERY_OUTPUT
Source§fn clone(&self) -> _DEVICE_DSM_LOST_QUERY_OUTPUT
fn clone(&self) -> _DEVICE_DSM_LOST_QUERY_OUTPUT
Returns a duplicate 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 _DEVICE_DSM_LOST_QUERY_OUTPUT
Auto Trait Implementations§
impl Freeze for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl RefUnwindSafe for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl Send for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl Sync for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl Unpin for _DEVICE_DSM_LOST_QUERY_OUTPUT
impl UnwindSafe for _DEVICE_DSM_LOST_QUERY_OUTPUT
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