pub struct MsOskLayoutPrefs { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsOskLayoutPrefs
impl RefUnwindSafe for MsOskLayoutPrefs
impl !Send for MsOskLayoutPrefs
impl !Sync for MsOskLayoutPrefs
impl !Unpin for MsOskLayoutPrefs
impl UnsafeUnpin for MsOskLayoutPrefs
impl UnwindSafe for MsOskLayoutPrefs
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