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