#[repr(transparent)]pub struct AppCtxMask(pub u32);Expand description
Application defined context mask
Tuple Fields§
§0: u32Implementations§
Source§impl AppCtxMask
impl AppCtxMask
Sourcepub const fn app_ctx_mask(&self) -> u32
pub const fn app_ctx_mask(&self) -> u32
Application defined context
Sourcepub const fn set_app_ctx_mask(&mut self, val: u32)
pub const fn set_app_ctx_mask(&mut self, val: u32)
Application defined context
Trait Implementations§
Source§impl Clone for AppCtxMask
impl Clone for AppCtxMask
Source§fn clone(&self) -> AppCtxMask
fn clone(&self) -> AppCtxMask
Returns a duplicate 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 AppCtxMask
impl Debug for AppCtxMask
Source§impl Default for AppCtxMask
impl Default for AppCtxMask
Source§fn default() -> AppCtxMask
fn default() -> AppCtxMask
Returns the “default value” for a type. Read more
Source§impl PartialEq for AppCtxMask
impl PartialEq for AppCtxMask
impl Copy for AppCtxMask
impl Eq for AppCtxMask
impl StructuralPartialEq for AppCtxMask
Auto Trait Implementations§
impl Freeze for AppCtxMask
impl RefUnwindSafe for AppCtxMask
impl Send for AppCtxMask
impl Sync for AppCtxMask
impl Unpin for AppCtxMask
impl UnwindSafe for AppCtxMask
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