Struct faithe::types::messagebox_styles::MESSAGEBOX_STYLE
[−]#[repr(transparent)]pub struct MESSAGEBOX_STYLE(pub u32);
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Tuple Fields
0: u32
Trait Implementations
impl BitAnd<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
impl BitAnd<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
The resulting type after applying the
&
operator.fn bitand(self, other: MESSAGEBOX_STYLE) -> MESSAGEBOX_STYLE
fn bitand(self, other: MESSAGEBOX_STYLE) -> MESSAGEBOX_STYLE
Performs the
&
operation. Read moreimpl BitAndAssign<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
impl BitAndAssign<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
fn bitand_assign(&mut self, other: MESSAGEBOX_STYLE)
fn bitand_assign(&mut self, other: MESSAGEBOX_STYLE)
Performs the
&=
operation. Read moreimpl BitOr<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
impl BitOr<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
The resulting type after applying the
|
operator.fn bitor(self, other: MESSAGEBOX_STYLE) -> MESSAGEBOX_STYLE
fn bitor(self, other: MESSAGEBOX_STYLE) -> MESSAGEBOX_STYLE
Performs the
|
operation. Read moreimpl BitOrAssign<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
impl BitOrAssign<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
fn bitor_assign(&mut self, other: MESSAGEBOX_STYLE)
fn bitor_assign(&mut self, other: MESSAGEBOX_STYLE)
Performs the
|=
operation. Read moreimpl Clone for MESSAGEBOX_STYLE
impl Clone for MESSAGEBOX_STYLE
fn clone(&self) -> MESSAGEBOX_STYLE
fn clone(&self) -> MESSAGEBOX_STYLE
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for MESSAGEBOX_STYLE
impl Debug for MESSAGEBOX_STYLE
impl Default for MESSAGEBOX_STYLE
impl Default for MESSAGEBOX_STYLE
fn default() -> MESSAGEBOX_STYLE
fn default() -> MESSAGEBOX_STYLE
Returns the “default value” for a type. Read more
impl Not for MESSAGEBOX_STYLE
impl Not for MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
type Output = MESSAGEBOX_STYLE
The resulting type after applying the
!
operator.fn not(self) -> MESSAGEBOX_STYLE
fn not(self) -> MESSAGEBOX_STYLE
Performs the unary
!
operation. Read moreimpl PartialEq<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
impl PartialEq<MESSAGEBOX_STYLE> for MESSAGEBOX_STYLE
fn eq(&self, other: &MESSAGEBOX_STYLE) -> bool
fn eq(&self, other: &MESSAGEBOX_STYLE) -> bool
impl Copy for MESSAGEBOX_STYLE
impl Eq for MESSAGEBOX_STYLE
impl StructuralEq for MESSAGEBOX_STYLE
impl StructuralPartialEq for MESSAGEBOX_STYLE
Auto Trait Implementations
impl RefUnwindSafe for MESSAGEBOX_STYLE
impl Send for MESSAGEBOX_STYLE
impl Sync for MESSAGEBOX_STYLE
impl Unpin for MESSAGEBOX_STYLE
impl UnwindSafe for MESSAGEBOX_STYLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more