Struct KSEVENT_DEVICE
#[repr(transparent)]pub struct KSEVENT_DEVICE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KSEVENT_DEVICE
impl Clone for KSEVENT_DEVICE
§fn clone(&self) -> KSEVENT_DEVICE
fn clone(&self) -> KSEVENT_DEVICE
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 KSEVENT_DEVICE
impl Debug for KSEVENT_DEVICE
§impl Default for KSEVENT_DEVICE
impl Default for KSEVENT_DEVICE
§fn default() -> KSEVENT_DEVICE
fn default() -> KSEVENT_DEVICE
Returns the “default value” for a type. Read more
§impl PartialEq for KSEVENT_DEVICE
impl PartialEq for KSEVENT_DEVICE
impl Copy for KSEVENT_DEVICE
impl Eq for KSEVENT_DEVICE
impl StructuralPartialEq for KSEVENT_DEVICE
Auto Trait Implementations§
impl Freeze for KSEVENT_DEVICE
impl RefUnwindSafe for KSEVENT_DEVICE
impl Send for KSEVENT_DEVICE
impl Sync for KSEVENT_DEVICE
impl Unpin for KSEVENT_DEVICE
impl UnwindSafe for KSEVENT_DEVICE
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