Struct windows::Wdk::System::SystemServices::DEVICE_REMOVAL_POLICY
#[repr(transparent)]pub struct DEVICE_REMOVAL_POLICY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DEVICE_REMOVAL_POLICY
impl Clone for DEVICE_REMOVAL_POLICY
§fn clone(&self) -> DEVICE_REMOVAL_POLICY
fn clone(&self) -> DEVICE_REMOVAL_POLICY
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 Debug for DEVICE_REMOVAL_POLICY
impl Debug for DEVICE_REMOVAL_POLICY
§impl Default for DEVICE_REMOVAL_POLICY
impl Default for DEVICE_REMOVAL_POLICY
§fn default() -> DEVICE_REMOVAL_POLICY
fn default() -> DEVICE_REMOVAL_POLICY
Returns the “default value” for a type. Read more
§impl PartialEq for DEVICE_REMOVAL_POLICY
impl PartialEq for DEVICE_REMOVAL_POLICY
§fn eq(&self, other: &DEVICE_REMOVAL_POLICY) -> bool
fn eq(&self, other: &DEVICE_REMOVAL_POLICY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DEVICE_REMOVAL_POLICY
impl Eq for DEVICE_REMOVAL_POLICY
impl StructuralPartialEq for DEVICE_REMOVAL_POLICY
Auto Trait Implementations§
impl Freeze for DEVICE_REMOVAL_POLICY
impl RefUnwindSafe for DEVICE_REMOVAL_POLICY
impl Send for DEVICE_REMOVAL_POLICY
impl Sync for DEVICE_REMOVAL_POLICY
impl Unpin for DEVICE_REMOVAL_POLICY
impl UnwindSafe for DEVICE_REMOVAL_POLICY
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
)