Enum webrtc_dtls::crypto::padding::DtlsPadding
source · [−]pub enum DtlsPadding {}
Trait Implementations
sourceimpl Padding for DtlsPadding
impl Padding for DtlsPadding
Reference: RFC5246, 6.2.3.2
sourcefn pad_block(block: &mut [u8], pos: usize) -> Result<(), PadError>
fn pad_block(block: &mut [u8], pos: usize) -> Result<(), PadError>
Pads block
filled with data up to pos
. Read more
Auto Trait Implementations
impl RefUnwindSafe for DtlsPadding
impl Send for DtlsPadding
impl Sync for DtlsPadding
impl Unpin for DtlsPadding
impl UnwindSafe for DtlsPadding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more