pub struct SubHeader { /* private fields */ }Implementations§
Source§impl SubHeader
impl SubHeader
pub fn first_code(&self) -> u16
pub fn entry_count(&self) -> u16
pub fn id_delta(&self) -> i16
pub fn id_range_offset(&self) -> u16
Trait Implementations§
impl Copy for SubHeader
impl Eq for SubHeader
impl StructuralPartialEq for SubHeader
Auto Trait Implementations§
impl Freeze for SubHeader
impl RefUnwindSafe for SubHeader
impl Send for SubHeader
impl Sync for SubHeader
impl Unpin for SubHeader
impl UnsafeUnpin for SubHeader
impl UnwindSafe for SubHeader
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