pub struct ReadStart {
pub from: ReadFrom,
pub clamp: bool,
}Fields§
§from: ReadFrom§clamp: boolTrait Implementations§
impl Copy for ReadStart
Auto Trait Implementations§
impl Freeze for ReadStart
impl RefUnwindSafe for ReadStart
impl Send for ReadStart
impl Sync for ReadStart
impl Unpin for ReadStart
impl UnwindSafe for ReadStart
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