#[repr(transparent)]pub struct MQENC(pub i32);Expand description
Encoding
Tuple Fields§
§0: i32Implementations§
Source§impl MQENC
impl MQENC
pub fn bitflags_list( &self, ) -> (impl Iterator<Item = (i32, &'static str)> + use<>, i32)
pub const fn contains(self, other: MQENC) -> bool
pub const fn union(self, other: MQENC) -> MQENC
pub const fn intersection(self, other: MQENC) -> MQENC
pub const fn intersects(self, other: MQENC) -> bool
pub const fn complement(self) -> MQENC
pub fn insert(&mut self, other: MQENC)
pub fn remove(&mut self, other: MQENC)
pub fn toggle(&mut self, other: MQENC)
Trait Implementations§
Source§impl BitOrAssign for MQENC
impl BitOrAssign for MQENC
Source§fn bitor_assign(&mut self, rhs: MQENC)
fn bitor_assign(&mut self, rhs: MQENC)
Performs the
|= operation. Read moreSource§impl BitXorAssign for MQENC
impl BitXorAssign for MQENC
Source§fn bitxor_assign(&mut self, rhs: MQENC)
fn bitxor_assign(&mut self, rhs: MQENC)
Performs the
^= operation. Read moreSource§impl Extend<MQENC> for MQENC
impl Extend<MQENC> for MQENC
Source§fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQENC>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQENC>,
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<MQENC> for MQENC
impl FromIterator<MQENC> for MQENC
Source§impl HasConstLookup for MQENC
impl HasConstLookup for MQENC
Source§fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
Retrieve the static constant lookup table
Source§impl SubAssign for MQENC
impl SubAssign for MQENC
Source§fn sub_assign(&mut self, rhs: MQENC)
fn sub_assign(&mut self, rhs: MQENC)
Performs the
-= operation. Read moreimpl Copy for MQENC
impl Eq for MQENC
impl StructuralPartialEq for MQENC
Auto Trait Implementations§
impl Freeze for MQENC
impl RefUnwindSafe for MQENC
impl Send for MQENC
impl Sync for MQENC
impl Unpin for MQENC
impl UnwindSafe for MQENC
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