pub struct Flagset { /* private fields */ }Expand description
A 128-bit bitset for technique flags (two u64 words).
Implementations§
Trait Implementations§
impl Copy for Flagset
impl Eq for Flagset
impl StructuralPartialEq for Flagset
Auto Trait Implementations§
impl Freeze for Flagset
impl RefUnwindSafe for Flagset
impl Send for Flagset
impl Sync for Flagset
impl Unpin for Flagset
impl UnsafeUnpin for Flagset
impl UnwindSafe for Flagset
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