#[repr(transparent)]pub struct MQMHBO(pub i32);Expand description
Message Handle To Buffer Options
Tuple Fields§
§0: i32Implementations§
Source§impl MQMHBO
impl MQMHBO
pub fn bitflags_list( &self, ) -> (impl Iterator<Item = (i32, &'static str)> + use<>, i32)
pub const fn contains(self, other: MQMHBO) -> bool
pub const fn union(self, other: MQMHBO) -> MQMHBO
pub const fn intersection(self, other: MQMHBO) -> MQMHBO
pub const fn intersects(self, other: MQMHBO) -> bool
pub const fn complement(self) -> MQMHBO
pub fn insert(&mut self, other: MQMHBO)
pub fn remove(&mut self, other: MQMHBO)
pub fn toggle(&mut self, other: MQMHBO)
Trait Implementations§
Source§impl BitOrAssign for MQMHBO
impl BitOrAssign for MQMHBO
Source§fn bitor_assign(&mut self, rhs: MQMHBO)
fn bitor_assign(&mut self, rhs: MQMHBO)
Performs the
|= operation. Read moreSource§impl BitXorAssign for MQMHBO
impl BitXorAssign for MQMHBO
Source§fn bitxor_assign(&mut self, rhs: MQMHBO)
fn bitxor_assign(&mut self, rhs: MQMHBO)
Performs the
^= operation. Read moreSource§impl Extend<MQMHBO> for MQMHBO
impl Extend<MQMHBO> for MQMHBO
Source§fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQMHBO>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQMHBO>,
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<MQMHBO> for MQMHBO
impl FromIterator<MQMHBO> for MQMHBO
Source§impl HasConstLookup for MQMHBO
impl HasConstLookup for MQMHBO
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 MQMHBO
impl SubAssign for MQMHBO
Source§fn sub_assign(&mut self, rhs: MQMHBO)
fn sub_assign(&mut self, rhs: MQMHBO)
Performs the
-= operation. Read moreimpl Copy for MQMHBO
impl Eq for MQMHBO
impl StructuralPartialEq for MQMHBO
Auto Trait Implementations§
impl Freeze for MQMHBO
impl RefUnwindSafe for MQMHBO
impl Send for MQMHBO
impl Sync for MQMHBO
impl Unpin for MQMHBO
impl UnwindSafe for MQMHBO
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