#[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 UnsafeUnpin 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