pub struct SetFlags;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetFlags
impl RefUnwindSafe for SetFlags
impl Send for SetFlags
impl Sync for SetFlags
impl Unpin for SetFlags
impl UnwindSafe for SetFlags
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