Struct TlsByteVecU16
pub struct TlsByteVecU16 { /* private fields */ }
Implementations§
§impl TlsByteVecU16
impl TlsByteVecU16
pub fn new(vec: Vec<u8>) -> TlsByteVecU16
pub fn new(vec: Vec<u8>) -> TlsByteVecU16
Create a new TlsVec
from a Rust Vec.
pub fn from_slice(slice: &[u8]) -> TlsByteVecU16
pub fn from_slice(slice: &[u8]) -> TlsByteVecU16
Create a new TlsVec
from a slice.
pub fn get(&self, index: usize) -> Option<&u8>
pub fn get(&self, index: usize) -> Option<&u8>
Returns a reference to an element or subslice depending on the type of index. XXX: implement SliceIndex instead
pub fn retain<F>(&mut self, f: F)
pub fn retain<F>(&mut self, f: F)
Retains only the elements specified by the predicate.
Trait Implementations§
§impl Borrow<[u8]> for TlsByteVecU16
impl Borrow<[u8]> for TlsByteVecU16
§impl Clone for TlsByteVecU16
impl Clone for TlsByteVecU16
§fn clone(&self) -> TlsByteVecU16
fn clone(&self) -> TlsByteVecU16
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TlsByteVecU16
impl Debug for TlsByteVecU16
§impl Default for TlsByteVecU16
impl Default for TlsByteVecU16
§fn default() -> TlsByteVecU16
fn default() -> TlsByteVecU16
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for TlsByteVecU16
impl<'de> Deserialize<'de> for TlsByteVecU16
§fn deserialize<D>(
deserializer: D,
) -> Result<TlsByteVecU16, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<TlsByteVecU16, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Deserialize for TlsByteVecU16
impl Deserialize for TlsByteVecU16
§fn tls_deserialize<R>(bytes: &mut R) -> Result<TlsByteVecU16, Error>where
R: Read,
fn tls_deserialize<R>(bytes: &mut R) -> Result<TlsByteVecU16, Error>where
R: Read,
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read more§impl DeserializeBytes for TlsByteVecU16
impl DeserializeBytes for TlsByteVecU16
§fn tls_deserialize_bytes(bytes: &[u8]) -> Result<(TlsByteVecU16, &[u8]), Error>
fn tls_deserialize_bytes(bytes: &[u8]) -> Result<(TlsByteVecU16, &[u8]), Error>
This function deserializes the
bytes
from the provided a &[u8]
and returns the populated struct, as well as the remaining slice. Read more§impl From<&[u8]> for TlsByteVecU16
impl From<&[u8]> for TlsByteVecU16
§fn from(v: &[u8]) -> TlsByteVecU16
fn from(v: &[u8]) -> TlsByteVecU16
Converts to this type from the input type.
§impl From<TlsByteVecU16> for Vec<u8>
impl From<TlsByteVecU16> for Vec<u8>
§impl From<Vec<u8>> for TlsByteVecU16
impl From<Vec<u8>> for TlsByteVecU16
§fn from(v: Vec<u8>) -> TlsByteVecU16
fn from(v: Vec<u8>) -> TlsByteVecU16
Converts to this type from the input type.
§impl FromIterator<u8> for TlsByteVecU16
impl FromIterator<u8> for TlsByteVecU16
§fn from_iter<I>(iter: I) -> TlsByteVecU16where
I: IntoIterator<Item = u8>,
fn from_iter<I>(iter: I) -> TlsByteVecU16where
I: IntoIterator<Item = u8>,
Creates a value from an iterator. Read more
§impl Hash for TlsByteVecU16
impl Hash for TlsByteVecU16
§impl Index<usize> for TlsByteVecU16
impl Index<usize> for TlsByteVecU16
§impl IndexMut<usize> for TlsByteVecU16
impl IndexMut<usize> for TlsByteVecU16
§impl PartialEq for TlsByteVecU16
impl PartialEq for TlsByteVecU16
§impl Serialize for &TlsByteVecU16
impl Serialize for &TlsByteVecU16
§impl Serialize for TlsByteVecU16
impl Serialize for TlsByteVecU16
§impl Serialize for TlsByteVecU16
impl Serialize for TlsByteVecU16
§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
§impl SerializeBytes for TlsByteVecU16
impl SerializeBytes for TlsByteVecU16
§impl Size for &TlsByteVecU16
impl Size for &TlsByteVecU16
fn tls_serialized_len(&self) -> usize
§impl Size for TlsByteVecU16
impl Size for TlsByteVecU16
fn tls_serialized_len(&self) -> usize
impl Eq for TlsByteVecU16
Auto Trait Implementations§
impl Freeze for TlsByteVecU16
impl RefUnwindSafe for TlsByteVecU16
impl Send for TlsByteVecU16
impl Sync for TlsByteVecU16
impl Unpin for TlsByteVecU16
impl UnwindSafe for TlsByteVecU16
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more