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