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