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