Union windows::Wdk::System::SystemServices::DEVICE_RESET_STATUS_FLAGS
#[repr(C)]
pub union DEVICE_RESET_STATUS_FLAGS {
pub u: DEVICE_RESET_STATUS_FLAGS_0,
pub AsUlonglong: u64,
}
Fields§
§u: DEVICE_RESET_STATUS_FLAGS_0
§AsUlonglong: u64
Trait Implementations§
§impl Clone for DEVICE_RESET_STATUS_FLAGS
impl Clone for DEVICE_RESET_STATUS_FLAGS
§fn clone(&self) -> DEVICE_RESET_STATUS_FLAGS
fn clone(&self) -> DEVICE_RESET_STATUS_FLAGS
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 DEVICE_RESET_STATUS_FLAGS
impl Default for DEVICE_RESET_STATUS_FLAGS
impl Copy for DEVICE_RESET_STATUS_FLAGS
Auto Trait Implementations§
impl Freeze for DEVICE_RESET_STATUS_FLAGS
impl RefUnwindSafe for DEVICE_RESET_STATUS_FLAGS
impl Send for DEVICE_RESET_STATUS_FLAGS
impl Sync for DEVICE_RESET_STATUS_FLAGS
impl Unpin for DEVICE_RESET_STATUS_FLAGS
impl UnwindSafe for DEVICE_RESET_STATUS_FLAGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)