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