#[repr(transparent)]pub struct WINDOW_LONG_PTR_INDEX(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl WINDOW_LONG_PTR_INDEX
impl WINDOW_LONG_PTR_INDEX
pub const GWL_EXSTYLE: Self
pub const GWLP_HINSTANCE: Self
pub const GWLP_HWNDPARENT: Self
pub const GWLP_ID: Self
pub const GWL_STYLE: Self
pub const GWLP_USERDATA: Self
pub const GWLP_WNDPROC: Self
pub const GWL_HINSTANCE: Self
pub const GWL_ID: Self
pub const GWL_USERDATA: Self
pub const GWL_WNDPROC: Self
pub const GWL_HWNDPARENT: Self
Trait 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
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
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