pub struct ReadTypes {
pub standard: FastReadParam,
pub fast: FastReadParam,
pub dual: FastReadParam,
pub quad: FastReadParam,
}
Fields§
§standard: FastReadParam
§fast: FastReadParam
§dual: FastReadParam
§quad: FastReadParam
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadTypes
impl RefUnwindSafe for ReadTypes
impl Send for ReadTypes
impl Sync for ReadTypes
impl Unpin for ReadTypes
impl UnwindSafe for ReadTypes
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