Struct AppWindowClosedReason
#[repr(transparent)]pub struct AppWindowClosedReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for AppWindowClosedReason
impl Clone for AppWindowClosedReason
§fn clone(&self) -> AppWindowClosedReason
fn clone(&self) -> AppWindowClosedReason
Returns a copy 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 more§impl Debug for AppWindowClosedReason
impl Debug for AppWindowClosedReason
§impl Default for AppWindowClosedReason
impl Default for AppWindowClosedReason
§fn default() -> AppWindowClosedReason
fn default() -> AppWindowClosedReason
Returns the “default value” for a type. Read more
§impl PartialEq for AppWindowClosedReason
impl PartialEq for AppWindowClosedReason
impl Copy for AppWindowClosedReason
impl Eq for AppWindowClosedReason
impl StructuralPartialEq for AppWindowClosedReason
Auto Trait Implementations§
impl Freeze for AppWindowClosedReason
impl RefUnwindSafe for AppWindowClosedReason
impl Send for AppWindowClosedReason
impl Sync for AppWindowClosedReason
impl Unpin for AppWindowClosedReason
impl UnwindSafe for AppWindowClosedReason
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