pub struct MapFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOrAssign for MapFlags
impl BitOrAssign for MapFlags
Source§fn bitor_assign(&mut self, rhs: MapFlags)
fn bitor_assign(&mut self, rhs: MapFlags)
Performs the
|=
operation. Read moreimpl Copy for MapFlags
Auto Trait Implementations§
impl Freeze for MapFlags
impl RefUnwindSafe for MapFlags
impl Send for MapFlags
impl Sync for MapFlags
impl Unpin for MapFlags
impl UnwindSafe for MapFlags
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