Struct rustls::tls13::key_schedule::PayloadU8Len
source · pub(crate) struct PayloadU8Len(pub(crate) usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PayloadU8Len
impl RefUnwindSafe for PayloadU8Len
impl Send for PayloadU8Len
impl Sync for PayloadU8Len
impl Unpin for PayloadU8Len
impl UnwindSafe for PayloadU8Len
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