pub(crate) struct OctalMode(pub(crate) u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OctalMode
impl RefUnwindSafe for OctalMode
impl Send for OctalMode
impl Sync for OctalMode
impl Unpin for OctalMode
impl UnsafeUnpin for OctalMode
impl UnwindSafe for OctalMode
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