pub struct MetaFlags {
pub ordered: Vec<MetaFlag>,
pub mask: u64,
}Expand description
Ordered meta flags with a compact mask for fast lookup.
Fields§
§ordered: Vec<MetaFlag>§mask: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaFlags
impl RefUnwindSafe for MetaFlags
impl Send for MetaFlags
impl Sync for MetaFlags
impl Unpin for MetaFlags
impl UnwindSafe for MetaFlags
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