#[repr(C)]pub struct symmetric_xts {
pub key1: symmetric_key,
pub key2: symmetric_key,
pub cipher: c_int,
}Fields§
§key1: symmetric_key§key2: symmetric_key§cipher: c_intTrait Implementations§
Source§impl Clone for symmetric_xts
impl Clone for symmetric_xts
impl Copy for symmetric_xts
Auto Trait Implementations§
impl Freeze for symmetric_xts
impl RefUnwindSafe for symmetric_xts
impl !Send for symmetric_xts
impl !Sync for symmetric_xts
impl Unpin for symmetric_xts
impl UnwindSafe for symmetric_xts
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