pub struct Snip {
pub offset: usize,
pub length: usize,
}Fields§
§offset: usize§length: usizeTrait Implementations§
impl Copy for Snip
impl Eq for Snip
Source§impl Ord for Snip
impl Ord for Snip
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Snip
impl PartialOrd for Snip
impl StructuralPartialEq for Snip
Auto Trait Implementations§
impl Freeze for Snip
impl RefUnwindSafe for Snip
impl Send for Snip
impl Sync for Snip
impl Unpin for Snip
impl UnsafeUnpin for Snip
impl UnwindSafe for Snip
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