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