pub struct PrefixCodeRange {
pub offset: u32,
pub nbits: u32,
}Fields§
§offset: u32§nbits: u32Auto Trait Implementations§
impl Freeze for PrefixCodeRange
impl RefUnwindSafe for PrefixCodeRange
impl Send for PrefixCodeRange
impl Sync for PrefixCodeRange
impl Unpin for PrefixCodeRange
impl UnwindSafe for PrefixCodeRange
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