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