#[repr(transparent)]pub struct GetClassLong_nIndex(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl GetClassLong_nIndex
impl GetClassLong_nIndex
pub const GCW_ATOM: Self
pub const GCL_CBCLSEXTRA: Self
pub const GCL_CBWNDEXTRA: Self
pub const GCL_HBRBACKGROUND: Self
pub const GCL_HCURSOR: Self
pub const GCL_HICON: Self
pub const GCL_HICONSM: Self
pub const GCL_HMODULE: Self
pub const GCL_MENUNAME: Self
pub const GCL_STYLE: Self
pub const GCL_WNDPROC: Self
pub const GCLP_HBRBACKGROUND: Self
pub const GCLP_HCURSOR: Self
pub const GCLP_HICON: Self
pub const GCLP_HICONSM: Self
pub const GCLP_HMODULE: Self
pub const GCLP_MENUNAME: Self
pub const GCLP_WNDPROC: Self
Trait Implementations§
Source§impl Abi for GetClassLong_nIndex
impl Abi for GetClassLong_nIndex
Source§type Abi = GetClassLong_nIndex
type Abi = GetClassLong_nIndex
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 GetClassLong_nIndex
impl Clone for GetClassLong_nIndex
Source§fn clone(&self) -> GetClassLong_nIndex
fn clone(&self) -> GetClassLong_nIndex
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 GetClassLong_nIndex
impl Debug for GetClassLong_nIndex
Source§impl Default for GetClassLong_nIndex
impl Default for GetClassLong_nIndex
Source§fn default() -> GetClassLong_nIndex
fn default() -> GetClassLong_nIndex
Returns the “default value” for a type. Read more
Source§impl From<i32> for GetClassLong_nIndex
impl From<i32> for GetClassLong_nIndex
Source§impl PartialEq for GetClassLong_nIndex
impl PartialEq for GetClassLong_nIndex
impl Copy for GetClassLong_nIndex
impl Eq for GetClassLong_nIndex
impl StructuralPartialEq for GetClassLong_nIndex
Auto Trait Implementations§
impl Freeze for GetClassLong_nIndex
impl RefUnwindSafe for GetClassLong_nIndex
impl Send for GetClassLong_nIndex
impl Sync for GetClassLong_nIndex
impl Unpin for GetClassLong_nIndex
impl UnwindSafe for GetClassLong_nIndex
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