Struct ruzstd::blocks::sequence_section::Sequence
source · pub struct Sequence {
pub ll: u32,
pub ml: u32,
pub of: u32,
}
Fields§
§ll: u32
§ml: u32
§of: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl UnwindSafe for Sequence
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