pub struct Advance(/* private fields */);Expand description
An operation that moves the cursor ahead by n bytes. The gap will be filled by zeroes.
Implementations§
Trait Implementations§
Source§impl Ord for Advance
impl Ord for Advance
Source§impl PartialOrd for Advance
impl PartialOrd for Advance
impl Copy for Advance
impl Eq for Advance
impl StructuralPartialEq for Advance
Auto Trait Implementations§
impl Freeze for Advance
impl RefUnwindSafe for Advance
impl Send for Advance
impl Sync for Advance
impl Unpin for Advance
impl UnwindSafe for Advance
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