#[repr(transparent)]pub struct JoiningTypeMask(pub(crate) u32);Expand description
A mask representing potentially multiple JoiningType
values.
Tuple Fields§
§0: u32Implementations§
Source§impl JoiningTypeMask
 
impl JoiningTypeMask
Sourcepub fn intersects(self, other: JoiningTypeMask) -> bool
 
pub fn intersects(self, other: JoiningTypeMask) -> bool
true iff both masks have at JoiningType in common.
Trait Implementations§
Source§impl Clone for JoiningTypeMask
 
impl Clone for JoiningTypeMask
Source§fn clone(&self) -> JoiningTypeMask
 
fn clone(&self) -> JoiningTypeMask
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 moreimpl Copy for JoiningTypeMask
Auto Trait Implementations§
impl Freeze for JoiningTypeMask
impl RefUnwindSafe for JoiningTypeMask
impl Send for JoiningTypeMask
impl Sync for JoiningTypeMask
impl Unpin for JoiningTypeMask
impl UnwindSafe for JoiningTypeMask
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