Struct WINDOWPARTS
#[repr(transparent)]pub struct WINDOWPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WINDOWPARTS
impl Clone for WINDOWPARTS
§fn clone(&self) -> WINDOWPARTS
fn clone(&self) -> WINDOWPARTS
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 WINDOWPARTS
impl Debug for WINDOWPARTS
§impl Default for WINDOWPARTS
impl Default for WINDOWPARTS
§fn default() -> WINDOWPARTS
fn default() -> WINDOWPARTS
Returns the “default value” for a type. Read more
§impl PartialEq for WINDOWPARTS
impl PartialEq for WINDOWPARTS
impl Copy for WINDOWPARTS
impl Eq for WINDOWPARTS
impl StructuralPartialEq for WINDOWPARTS
Auto Trait Implementations§
impl Freeze for WINDOWPARTS
impl RefUnwindSafe for WINDOWPARTS
impl Send for WINDOWPARTS
impl Sync for WINDOWPARTS
impl Unpin for WINDOWPARTS
impl UnwindSafe for WINDOWPARTS
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