#[repr(C)]pub struct NotifierList {
pub notifiers: NotifierList__bindgen_ty_1,
}Fields§
§notifiers: NotifierList__bindgen_ty_1Trait Implementations§
Source§impl Clone for NotifierList
impl Clone for NotifierList
Source§fn clone(&self) -> NotifierList
fn clone(&self) -> NotifierList
Returns a duplicate 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 moreSource§impl Debug for NotifierList
impl Debug for NotifierList
impl Copy for NotifierList
Auto Trait Implementations§
impl Freeze for NotifierList
impl RefUnwindSafe for NotifierList
impl !Send for NotifierList
impl !Sync for NotifierList
impl Unpin for NotifierList
impl UnwindSafe for NotifierList
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