#[repr(transparent)]pub struct CONSOLE_MODE(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for CONSOLE_MODE
impl BitAnd for CONSOLE_MODE
Source§type Output = CONSOLE_MODE
type Output = CONSOLE_MODE
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: CONSOLE_MODE) -> CONSOLE_MODE
fn bitand(self, rhs: CONSOLE_MODE) -> CONSOLE_MODE
Performs the
& operation. Read moreSource§impl BitAndAssign for CONSOLE_MODE
impl BitAndAssign for CONSOLE_MODE
Source§fn bitand_assign(&mut self, rhs: CONSOLE_MODE)
fn bitand_assign(&mut self, rhs: CONSOLE_MODE)
Performs the
&= operation. Read moreSource§impl BitOr for CONSOLE_MODE
impl BitOr for CONSOLE_MODE
Source§type Output = CONSOLE_MODE
type Output = CONSOLE_MODE
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: CONSOLE_MODE) -> CONSOLE_MODE
fn bitor(self, rhs: CONSOLE_MODE) -> CONSOLE_MODE
Performs the
| operation. Read moreSource§impl BitOrAssign for CONSOLE_MODE
impl BitOrAssign for CONSOLE_MODE
Source§fn bitor_assign(&mut self, rhs: CONSOLE_MODE)
fn bitor_assign(&mut self, rhs: CONSOLE_MODE)
Performs the
|= operation. Read moreSource§impl Clone for CONSOLE_MODE
impl Clone for CONSOLE_MODE
Source§fn clone(&self) -> CONSOLE_MODE
fn clone(&self) -> CONSOLE_MODE
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 CONSOLE_MODE
impl Debug for CONSOLE_MODE
Source§impl Default for CONSOLE_MODE
impl Default for CONSOLE_MODE
Source§fn default() -> CONSOLE_MODE
fn default() -> CONSOLE_MODE
Returns the “default value” for a type. Read more
Source§impl From<u32> for CONSOLE_MODE
impl From<u32> for CONSOLE_MODE
Source§fn from(value: u32) -> CONSOLE_MODE
fn from(value: u32) -> CONSOLE_MODE
Converts to this type from the input type.
Source§impl Not for CONSOLE_MODE
impl Not for CONSOLE_MODE
Source§type Output = CONSOLE_MODE
type Output = CONSOLE_MODE
The resulting type after applying the
! operator.Source§fn not(self) -> CONSOLE_MODE
fn not(self) -> CONSOLE_MODE
Performs the unary
! operation. Read moreSource§impl PartialEq for CONSOLE_MODE
impl PartialEq for CONSOLE_MODE
impl Copy for CONSOLE_MODE
impl Eq for CONSOLE_MODE
impl StructuralPartialEq for CONSOLE_MODE
Auto Trait Implementations§
impl Freeze for CONSOLE_MODE
impl RefUnwindSafe for CONSOLE_MODE
impl Send for CONSOLE_MODE
impl Sync for CONSOLE_MODE
impl Unpin for CONSOLE_MODE
impl UnwindSafe for CONSOLE_MODE
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