#[repr(transparent)]pub struct VmbFrameFlagsType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl VmbFrameFlagsType
impl VmbFrameFlagsType
pub const VmbFrameFlagsNone: VmbFrameFlagsType
Source§impl VmbFrameFlagsType
impl VmbFrameFlagsType
pub const VmbFrameFlagsOffset: VmbFrameFlagsType
Source§impl VmbFrameFlagsType
impl VmbFrameFlagsType
pub const VmbFrameFlagsFrameID: VmbFrameFlagsType
Trait Implementations§
Source§impl BitAnd for VmbFrameFlagsType
impl BitAnd for VmbFrameFlagsType
Source§impl BitAndAssign for VmbFrameFlagsType
impl BitAndAssign for VmbFrameFlagsType
Source§fn bitand_assign(&mut self, rhs: VmbFrameFlagsType)
fn bitand_assign(&mut self, rhs: VmbFrameFlagsType)
Performs the
&=
operation. Read moreSource§impl BitOr for VmbFrameFlagsType
impl BitOr for VmbFrameFlagsType
Source§impl BitOrAssign for VmbFrameFlagsType
impl BitOrAssign for VmbFrameFlagsType
Source§fn bitor_assign(&mut self, rhs: VmbFrameFlagsType)
fn bitor_assign(&mut self, rhs: VmbFrameFlagsType)
Performs the
|=
operation. Read moreSource§impl Clone for VmbFrameFlagsType
impl Clone for VmbFrameFlagsType
Source§fn clone(&self) -> VmbFrameFlagsType
fn clone(&self) -> VmbFrameFlagsType
Returns a duplicate 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 VmbFrameFlagsType
impl Debug for VmbFrameFlagsType
Source§impl Hash for VmbFrameFlagsType
impl Hash for VmbFrameFlagsType
Source§impl PartialEq for VmbFrameFlagsType
impl PartialEq for VmbFrameFlagsType
impl Copy for VmbFrameFlagsType
impl Eq for VmbFrameFlagsType
impl StructuralPartialEq for VmbFrameFlagsType
Auto Trait Implementations§
impl Freeze for VmbFrameFlagsType
impl RefUnwindSafe for VmbFrameFlagsType
impl Send for VmbFrameFlagsType
impl Sync for VmbFrameFlagsType
impl Unpin for VmbFrameFlagsType
impl UnwindSafe for VmbFrameFlagsType
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