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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)