#[repr(transparent)]pub struct FLYOUT_PLACEMENT(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for FLYOUT_PLACEMENT
impl Abi for FLYOUT_PLACEMENT
Source§type Abi = FLYOUT_PLACEMENT
type Abi = FLYOUT_PLACEMENT
The abi representation of the implementing type. Read more
type DefaultType = FLYOUT_PLACEMENT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FLYOUT_PLACEMENT
impl Clone for FLYOUT_PLACEMENT
Source§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 moreSource§impl Debug for FLYOUT_PLACEMENT
impl Debug for FLYOUT_PLACEMENT
Source§impl Default for FLYOUT_PLACEMENT
impl Default for FLYOUT_PLACEMENT
Source§fn default() -> FLYOUT_PLACEMENT
fn default() -> FLYOUT_PLACEMENT
Returns the “default value” for a type. Read more
Source§impl From<i32> for FLYOUT_PLACEMENT
impl From<i32> for FLYOUT_PLACEMENT
Source§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