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