pub struct ByteMapping {
pub codespace: Vec<CodeRange>,
pub cid: Vec<CIDRange>,
}
Fields§
§codespace: Vec<CodeRange>
§cid: Vec<CIDRange>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteMapping
impl RefUnwindSafe for ByteMapping
impl Send for ByteMapping
impl Sync for ByteMapping
impl Unpin for ByteMapping
impl UnwindSafe for ByteMapping
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