#[repr(C)]pub struct seqDef_s {
pub offBase: U32,
pub litLength: U16,
pub mlBase: U16,
}Fields§
§offBase: U32§litLength: U16§mlBase: U16Trait Implementations§
Auto Trait Implementations§
impl Freeze for seqDef_s
impl RefUnwindSafe for seqDef_s
impl Send for seqDef_s
impl Sync for seqDef_s
impl Unpin for seqDef_s
impl UnwindSafe for seqDef_s
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