pub(crate) struct StripDecodeState {
pub rows_per_strip: u32,
}
Fields§
§rows_per_strip: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StripDecodeState
impl RefUnwindSafe for StripDecodeState
impl Send for StripDecodeState
impl Sync for StripDecodeState
impl Unpin for StripDecodeState
impl UnwindSafe for StripDecodeState
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