Struct Notify
pub struct Notify(/* private fields */);
Implementations§
§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§
§impl Ord for Notify
impl Ord for Notify
§impl PartialOrd for Notify
impl PartialOrd for Notify
impl 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