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