#[repr(transparent)]pub struct APPX_CAPABILITIES(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl APPX_CAPABILITIES
impl APPX_CAPABILITIES
Trait Implementations§
§impl BitAnd for APPX_CAPABILITIES
impl BitAnd for APPX_CAPABILITIES
§impl BitAndAssign for APPX_CAPABILITIES
impl BitAndAssign for APPX_CAPABILITIES
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for APPX_CAPABILITIES
impl BitOr for APPX_CAPABILITIES
§impl BitOrAssign for APPX_CAPABILITIES
impl BitOrAssign for APPX_CAPABILITIES
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for APPX_CAPABILITIES
impl Clone for APPX_CAPABILITIES
§fn clone(&self) -> APPX_CAPABILITIES
fn clone(&self) -> APPX_CAPABILITIES
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 APPX_CAPABILITIES
impl Debug for APPX_CAPABILITIES
§impl Default for APPX_CAPABILITIES
impl Default for APPX_CAPABILITIES
§fn default() -> APPX_CAPABILITIES
fn default() -> APPX_CAPABILITIES
Returns the “default value” for a type. Read more
§impl Not for APPX_CAPABILITIES
impl Not for APPX_CAPABILITIES
§impl PartialEq for APPX_CAPABILITIES
impl PartialEq for APPX_CAPABILITIES
§fn eq(&self, other: &APPX_CAPABILITIES) -> bool
fn eq(&self, other: &APPX_CAPABILITIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for APPX_CAPABILITIES
impl Eq for APPX_CAPABILITIES
impl StructuralPartialEq for APPX_CAPABILITIES
Auto Trait Implementations§
impl Freeze for APPX_CAPABILITIES
impl RefUnwindSafe for APPX_CAPABILITIES
impl Send for APPX_CAPABILITIES
impl Sync for APPX_CAPABILITIES
impl Unpin for APPX_CAPABILITIES
impl UnwindSafe for APPX_CAPABILITIES
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
)