pub struct WriteRange {
pub start: usize,
pub end: usize,
pub ring_length: usize,
}
Fields§
§start: usize
§end: usize
§ring_length: usize
Trait Implementations§
Source§impl Clone for WriteRange
impl Clone for WriteRange
Source§fn clone(&self) -> WriteRange
fn clone(&self) -> WriteRange
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 moreAuto Trait Implementations§
impl Freeze for WriteRange
impl RefUnwindSafe for WriteRange
impl Send for WriteRange
impl Sync for WriteRange
impl Unpin for WriteRange
impl UnwindSafe for WriteRange
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