#[repr(transparent)]pub struct WalletDetailViewPosition(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl WalletDetailViewPosition
impl WalletDetailViewPosition
pub const Hidden: Self = _
pub const HeaderField1: Self = _
pub const HeaderField2: Self = _
pub const PrimaryField1: Self = _
pub const PrimaryField2: Self = _
pub const SecondaryField1: Self = _
pub const SecondaryField2: Self = _
pub const SecondaryField3: Self = _
pub const SecondaryField4: Self = _
pub const SecondaryField5: Self = _
pub const CenterField1: Self = _
Trait Implementations§
§impl Clone for WalletDetailViewPosition
impl Clone for WalletDetailViewPosition
§fn clone(&self) -> WalletDetailViewPosition
fn clone(&self) -> WalletDetailViewPosition
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 WalletDetailViewPosition
impl Debug for WalletDetailViewPosition
§impl Default for WalletDetailViewPosition
impl Default for WalletDetailViewPosition
§fn default() -> WalletDetailViewPosition
fn default() -> WalletDetailViewPosition
Returns the “default value” for a type. Read more
§impl PartialEq for WalletDetailViewPosition
impl PartialEq for WalletDetailViewPosition
§fn eq(&self, other: &WalletDetailViewPosition) -> bool
fn eq(&self, other: &WalletDetailViewPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WalletDetailViewPosition
impl Eq for WalletDetailViewPosition
impl StructuralPartialEq for WalletDetailViewPosition
Auto Trait Implementations§
impl Freeze for WalletDetailViewPosition
impl RefUnwindSafe for WalletDetailViewPosition
impl Send for WalletDetailViewPosition
impl Sync for WalletDetailViewPosition
impl Unpin for WalletDetailViewPosition
impl UnwindSafe for WalletDetailViewPosition
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)