pub struct GCMParameterSpec { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<GCMParameterSpec> for AlgorithmParameterSpec
impl From<GCMParameterSpec> for AlgorithmParameterSpec
Source§fn from(value: GCMParameterSpec) -> Self
fn from(value: GCMParameterSpec) -> Self
Converts to this type from the input type.
Source§impl FromValue for GCMParameterSpec
impl FromValue for GCMParameterSpec
Auto Trait Implementations§
impl Freeze for GCMParameterSpec
impl RefUnwindSafe for GCMParameterSpec
impl Send for GCMParameterSpec
impl Sync for GCMParameterSpec
impl Unpin for GCMParameterSpec
impl UnwindSafe for GCMParameterSpec
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