#[repr(transparent)]pub struct WNDCLASS_STYLES(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for WNDCLASS_STYLES
impl Abi for WNDCLASS_STYLES
Source§type Abi = WNDCLASS_STYLES
type Abi = WNDCLASS_STYLES
The abi representation of the implementing type. Read more
type DefaultType = WNDCLASS_STYLES
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 BitAnd for WNDCLASS_STYLES
impl BitAnd for WNDCLASS_STYLES
Source§impl BitAndAssign for WNDCLASS_STYLES
impl BitAndAssign for WNDCLASS_STYLES
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WNDCLASS_STYLES
impl BitOr for WNDCLASS_STYLES
Source§impl BitOrAssign for WNDCLASS_STYLES
impl BitOrAssign for WNDCLASS_STYLES
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WNDCLASS_STYLES
impl Clone for WNDCLASS_STYLES
Source§fn clone(&self) -> WNDCLASS_STYLES
fn clone(&self) -> WNDCLASS_STYLES
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 moreSource§impl Debug for WNDCLASS_STYLES
impl Debug for WNDCLASS_STYLES
Source§impl Default for WNDCLASS_STYLES
impl Default for WNDCLASS_STYLES
Source§fn default() -> WNDCLASS_STYLES
fn default() -> WNDCLASS_STYLES
Returns the “default value” for a type. Read more
Source§impl From<u32> for WNDCLASS_STYLES
impl From<u32> for WNDCLASS_STYLES
Source§impl PartialEq for WNDCLASS_STYLES
impl PartialEq for WNDCLASS_STYLES
impl Copy for WNDCLASS_STYLES
impl Eq for WNDCLASS_STYLES
impl StructuralPartialEq for WNDCLASS_STYLES
Auto Trait Implementations§
impl Freeze for WNDCLASS_STYLES
impl RefUnwindSafe for WNDCLASS_STYLES
impl Send for WNDCLASS_STYLES
impl Sync for WNDCLASS_STYLES
impl Unpin for WNDCLASS_STYLES
impl UnwindSafe for WNDCLASS_STYLES
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