Struct rustls::internal::msgs::base::PayloadU24 [−][src]
Expand description
An arbitrary, unknown-content, u24-length-prefixed payload
Tuple Fields
0: Vec<u8>
Implementations
Trait Implementations
Decode yourself by fiddling with the Reader
.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode()
.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PayloadU24
impl Send for PayloadU24
impl Sync for PayloadU24
impl Unpin for PayloadU24
impl UnwindSafe for PayloadU24
Blanket Implementations
Mutably borrows from an owned value. Read more