pub struct Notify(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl Notify
impl Notify
pub const CRTC_CHANGE: Notify = _
pub const OUTPUT_CHANGE: Notify = _
pub const OUTPUT_PROPERTY: Notify = _
pub const PROVIDER_CHANGE: Notify = _
pub const PROVIDER_PROPERTY: Notify = _
pub const RESOURCE_CHANGE: Notify = _
pub const LEASE: Notify = _
Trait Implementations§
source§impl Ord for Notify
impl Ord for Notify
source§impl PartialEq for Notify
impl PartialEq for Notify
source§impl PartialOrd for Notify
impl PartialOrd for Notify
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Notify
impl Eq for Notify
impl StructuralPartialEq for Notify
Auto Trait Implementations§
impl Freeze for Notify
impl RefUnwindSafe for Notify
impl Send for Notify
impl Sync for Notify
impl Unpin for Notify
impl UnwindSafe for Notify
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