pub struct Context {
pub prefix: [u8; 16],
pub prefix_len: u8,
pub id: u8,
pub compress: bool,
}
Fields§
§prefix: [u8; 16]
§prefix_len: u8
§id: u8
§compress: bool
Trait Implementations§
Source§impl ContextStore for Context
impl ContextStore for Context
impl Copy for Context
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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