pub enum LinkMode {
Aes256Cbc,
}Expand description
The cipher a link negotiates. RNS 1.4.2 enables only MODE_AES256_CBC (ENABLED_MODES = [0x01]).
Variants§
Aes256Cbc
Trait Implementations§
impl Copy for LinkMode
impl Eq for LinkMode
impl StructuralPartialEq for LinkMode
Auto Trait Implementations§
impl Freeze for LinkMode
impl RefUnwindSafe for LinkMode
impl Send for LinkMode
impl Sync for LinkMode
impl Unpin for LinkMode
impl UnsafeUnpin for LinkMode
impl UnwindSafe for LinkMode
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