#[repr(C)]pub struct rawSeq {
pub offset: u32,
pub litLength: u32,
pub matchLength: u32,
}Fields§
§offset: u32§litLength: u32§matchLength: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for rawSeq
impl RefUnwindSafe for rawSeq
impl Send for rawSeq
impl Sync for rawSeq
impl Unpin for rawSeq
impl UnsafeUnpin for rawSeq
impl UnwindSafe for rawSeq
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