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