Struct VPWATERMARKFLAGS
#[repr(transparent)]pub struct VPWATERMARKFLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl VPWATERMARKFLAGS
impl VPWATERMARKFLAGS
Trait Implementations§
§impl BitAnd for VPWATERMARKFLAGS
impl BitAnd for VPWATERMARKFLAGS
§impl BitAndAssign for VPWATERMARKFLAGS
impl BitAndAssign for VPWATERMARKFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for VPWATERMARKFLAGS
impl BitOr for VPWATERMARKFLAGS
§impl BitOrAssign for VPWATERMARKFLAGS
impl BitOrAssign for VPWATERMARKFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for VPWATERMARKFLAGS
impl Clone for VPWATERMARKFLAGS
§fn clone(&self) -> VPWATERMARKFLAGS
fn clone(&self) -> VPWATERMARKFLAGS
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 VPWATERMARKFLAGS
impl Debug for VPWATERMARKFLAGS
§impl Default for VPWATERMARKFLAGS
impl Default for VPWATERMARKFLAGS
§fn default() -> VPWATERMARKFLAGS
fn default() -> VPWATERMARKFLAGS
Returns the “default value” for a type. Read more
§impl Not for VPWATERMARKFLAGS
impl Not for VPWATERMARKFLAGS
§impl PartialEq for VPWATERMARKFLAGS
impl PartialEq for VPWATERMARKFLAGS
impl Copy for VPWATERMARKFLAGS
impl Eq for VPWATERMARKFLAGS
impl StructuralPartialEq for VPWATERMARKFLAGS
Auto Trait Implementations§
impl Freeze for VPWATERMARKFLAGS
impl RefUnwindSafe for VPWATERMARKFLAGS
impl Send for VPWATERMARKFLAGS
impl Sync for VPWATERMARKFLAGS
impl Unpin for VPWATERMARKFLAGS
impl UnwindSafe for VPWATERMARKFLAGS
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