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