Struct GET_WINDOW_CMD
#[repr(transparent)]pub struct GET_WINDOW_CMD(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for GET_WINDOW_CMD
impl Clone for GET_WINDOW_CMD
§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 more§impl Debug for GET_WINDOW_CMD
impl Debug for GET_WINDOW_CMD
§impl Default for GET_WINDOW_CMD
impl Default for GET_WINDOW_CMD
§fn default() -> GET_WINDOW_CMD
fn default() -> GET_WINDOW_CMD
Returns the “default value” for a type. Read more
§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