#[repr(C)]pub struct OptSymmetricKey {
pub tag: u8,
pub u: OptSymmetricKeyUnion,
}Fields§
§tag: u8§u: OptSymmetricKeyUnionTrait Implementations§
Source§impl Clone for OptSymmetricKey
impl Clone for OptSymmetricKey
Source§fn clone(&self) -> OptSymmetricKey
fn clone(&self) -> OptSymmetricKey
Returns a duplicate 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 moreimpl Copy for OptSymmetricKey
Auto Trait Implementations§
impl Freeze for OptSymmetricKey
impl RefUnwindSafe for OptSymmetricKey
impl Send for OptSymmetricKey
impl Sync for OptSymmetricKey
impl Unpin for OptSymmetricKey
impl UnwindSafe for OptSymmetricKey
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