pub struct FieldOffset {
pub start: usize,
pub end: usize,
}Fields§
§start: usize§end: usizeImplementations§
Trait Implementations§
Source§impl Clone for FieldOffset
impl Clone for FieldOffset
Source§fn clone(&self) -> FieldOffset
fn clone(&self) -> FieldOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FieldOffset
impl Debug for FieldOffset
Source§impl Default for FieldOffset
impl Default for FieldOffset
Source§fn default() -> FieldOffset
fn default() -> FieldOffset
Returns the “default value” for a type. Read more
impl Copy for FieldOffset
Auto Trait Implementations§
impl Freeze for FieldOffset
impl RefUnwindSafe for FieldOffset
impl Send for FieldOffset
impl Sync for FieldOffset
impl Unpin for FieldOffset
impl UnwindSafe for FieldOffset
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