pub struct TcOption {
pub kind: u16,
pub bytes: Vec<u8>,
}
Fields§
§kind: u16
§bytes: Vec<u8>
Trait Implementations§
impl StructuralPartialEq for TcOption
Auto Trait Implementations§
impl Freeze for TcOption
impl RefUnwindSafe for TcOption
impl Send for TcOption
impl Sync for TcOption
impl Unpin for TcOption
impl UnwindSafe for TcOption
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