#[repr(transparent)]pub struct WINDOW_LONG_PTR_INDEX(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for WINDOW_LONG_PTR_INDEX
impl Abi for WINDOW_LONG_PTR_INDEX
Source§type Abi = WINDOW_LONG_PTR_INDEX
type Abi = WINDOW_LONG_PTR_INDEX
The abi representation of the implementing type. Read more
type DefaultType = WINDOW_LONG_PTR_INDEX
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for WINDOW_LONG_PTR_INDEX
impl Clone for WINDOW_LONG_PTR_INDEX
Source§fn clone(&self) -> WINDOW_LONG_PTR_INDEX
fn clone(&self) -> WINDOW_LONG_PTR_INDEX
Returns a duplicate 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 WINDOW_LONG_PTR_INDEX
impl Debug for WINDOW_LONG_PTR_INDEX
Source§impl Default for WINDOW_LONG_PTR_INDEX
impl Default for WINDOW_LONG_PTR_INDEX
Source§fn default() -> WINDOW_LONG_PTR_INDEX
fn default() -> WINDOW_LONG_PTR_INDEX
Returns the “default value” for a type. Read more
Source§impl From<i32> for WINDOW_LONG_PTR_INDEX
impl From<i32> for WINDOW_LONG_PTR_INDEX
Source§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