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