pub enum BinaryOffset {}
Auto Trait Implementations§
impl Freeze for BinaryOffset
impl RefUnwindSafe for BinaryOffset
impl Send for BinaryOffset
impl Sync for BinaryOffset
impl Unpin for BinaryOffset
impl UnwindSafe for BinaryOffset
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