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