#[repr(transparent)]pub struct APPLICATION_VIEW_ORIENTATION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for APPLICATION_VIEW_ORIENTATION
impl Abi for APPLICATION_VIEW_ORIENTATION
Source§type Abi = APPLICATION_VIEW_ORIENTATION
type Abi = APPLICATION_VIEW_ORIENTATION
The abi representation of the implementing type. Read more
type DefaultType = APPLICATION_VIEW_ORIENTATION
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 APPLICATION_VIEW_ORIENTATION
impl Clone for APPLICATION_VIEW_ORIENTATION
Source§fn clone(&self) -> APPLICATION_VIEW_ORIENTATION
fn clone(&self) -> APPLICATION_VIEW_ORIENTATION
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 APPLICATION_VIEW_ORIENTATION
impl Debug for APPLICATION_VIEW_ORIENTATION
Source§impl Default for APPLICATION_VIEW_ORIENTATION
impl Default for APPLICATION_VIEW_ORIENTATION
Source§fn default() -> APPLICATION_VIEW_ORIENTATION
fn default() -> APPLICATION_VIEW_ORIENTATION
Returns the “default value” for a type. Read more
Source§impl From<i32> for APPLICATION_VIEW_ORIENTATION
impl From<i32> for APPLICATION_VIEW_ORIENTATION
Source§impl PartialEq for APPLICATION_VIEW_ORIENTATION
impl PartialEq for APPLICATION_VIEW_ORIENTATION
Source§fn eq(&self, other: &APPLICATION_VIEW_ORIENTATION) -> bool
fn eq(&self, other: &APPLICATION_VIEW_ORIENTATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for APPLICATION_VIEW_ORIENTATION
impl Eq for APPLICATION_VIEW_ORIENTATION
impl StructuralPartialEq for APPLICATION_VIEW_ORIENTATION
Auto Trait Implementations§
impl Freeze for APPLICATION_VIEW_ORIENTATION
impl RefUnwindSafe for APPLICATION_VIEW_ORIENTATION
impl Send for APPLICATION_VIEW_ORIENTATION
impl Sync for APPLICATION_VIEW_ORIENTATION
impl Unpin for APPLICATION_VIEW_ORIENTATION
impl UnwindSafe for APPLICATION_VIEW_ORIENTATION
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