Tuple Fields
0: usize
1: u32
Implementations
Trait Implementations
sourceimpl Clone for SliceOffset
impl Clone for SliceOffset
sourcefn clone(&self) -> SliceOffset
fn clone(&self) -> SliceOffset
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SliceOffset
impl Debug for SliceOffset
sourceimpl Default for SliceOffset
impl Default for SliceOffset
sourcefn default() -> SliceOffset
fn default() -> SliceOffset
Returns the “default value” for a type. Read more
sourceimpl<'a> From<InputReference<'a>> for SliceOffset
impl<'a> From<InputReference<'a>> for SliceOffset
sourcefn from(f: InputReference<'a>) -> Self
fn from(f: InputReference<'a>) -> Self
Performs the conversion.
sourceimpl SliceWrapper<u8> for SliceOffset
impl SliceWrapper<u8> for SliceOffset
sourceimpl Unfreezable for SliceOffset
impl Unfreezable for SliceOffset
impl Copy for SliceOffset
Auto Trait Implementations
impl RefUnwindSafe for SliceOffset
impl Send for SliceOffset
impl Sync for SliceOffset
impl Unpin for SliceOffset
impl UnwindSafe for SliceOffset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more