Struct windows::Win32::System::Variant::DRAWPROGRESSFLAGS
#[repr(transparent)]pub struct DRAWPROGRESSFLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl DRAWPROGRESSFLAGS
impl DRAWPROGRESSFLAGS
Trait Implementations§
§impl BitAnd for DRAWPROGRESSFLAGS
impl BitAnd for DRAWPROGRESSFLAGS
§impl BitAndAssign for DRAWPROGRESSFLAGS
impl BitAndAssign for DRAWPROGRESSFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DRAWPROGRESSFLAGS
impl BitOr for DRAWPROGRESSFLAGS
§impl BitOrAssign for DRAWPROGRESSFLAGS
impl BitOrAssign for DRAWPROGRESSFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DRAWPROGRESSFLAGS
impl Clone for DRAWPROGRESSFLAGS
§fn clone(&self) -> DRAWPROGRESSFLAGS
fn clone(&self) -> DRAWPROGRESSFLAGS
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 more§impl Debug for DRAWPROGRESSFLAGS
impl Debug for DRAWPROGRESSFLAGS
§impl Default for DRAWPROGRESSFLAGS
impl Default for DRAWPROGRESSFLAGS
§fn default() -> DRAWPROGRESSFLAGS
fn default() -> DRAWPROGRESSFLAGS
Returns the “default value” for a type. Read more
§impl Not for DRAWPROGRESSFLAGS
impl Not for DRAWPROGRESSFLAGS
§impl PartialEq for DRAWPROGRESSFLAGS
impl PartialEq for DRAWPROGRESSFLAGS
§fn eq(&self, other: &DRAWPROGRESSFLAGS) -> bool
fn eq(&self, other: &DRAWPROGRESSFLAGS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DRAWPROGRESSFLAGS
impl Eq for DRAWPROGRESSFLAGS
impl StructuralPartialEq for DRAWPROGRESSFLAGS
Auto Trait Implementations§
impl Freeze for DRAWPROGRESSFLAGS
impl RefUnwindSafe for DRAWPROGRESSFLAGS
impl Send for DRAWPROGRESSFLAGS
impl Sync for DRAWPROGRESSFLAGS
impl Unpin for DRAWPROGRESSFLAGS
impl UnwindSafe for DRAWPROGRESSFLAGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)