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