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