pub struct SDTCInstruction(/* private fields */);Expand description
SDTC instruction
Set Dynamic Table Capacity data. It is a buffer of data to be fed to the peer’s decoder.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for SDTCInstruction
impl AsRef<[u8]> for SDTCInstruction
Source§impl Debug for SDTCInstruction
impl Debug for SDTCInstruction
Source§impl From<SDTCInstruction> for Box<[u8]>
impl From<SDTCInstruction> for Box<[u8]>
Source§fn from(sdtc_instruction: SDTCInstruction) -> Self
fn from(sdtc_instruction: SDTCInstruction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SDTCInstruction
impl RefUnwindSafe for SDTCInstruction
impl Send for SDTCInstruction
impl Sync for SDTCInstruction
impl Unpin for SDTCInstruction
impl UnwindSafe for SDTCInstruction
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