pub struct ApiOffset(/* private fields */);
Expand description
§Notes
The default value is 0.
Implementations§
Trait Implementations§
impl Copy for ApiOffset
impl Eq for ApiOffset
impl StructuralPartialEq for ApiOffset
Auto Trait Implementations§
impl Freeze for ApiOffset
impl RefUnwindSafe for ApiOffset
impl Send for ApiOffset
impl Sync for ApiOffset
impl Unpin for ApiOffset
impl UnwindSafe for ApiOffset
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