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