pub struct DsiFlags(/* private fields */);Expand description
DSi-specific flags.
Implementations§
Trait Implementations§
impl Copy for DsiFlags
Auto Trait Implementations§
impl Freeze for DsiFlags
impl RefUnwindSafe for DsiFlags
impl Send for DsiFlags
impl Sync for DsiFlags
impl Unpin for DsiFlags
impl UnsafeUnpin for DsiFlags
impl UnwindSafe for DsiFlags
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