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