Struct nix::sys::socket::sockopt::AlgSetAeadAuthSize
pub struct AlgSetAeadAuthSize;
The portability is definied by:
#[cfg(any(target_os = "android", target_os = "linux"))]
Trait Implementations
impl SetSockOpt for AlgSetAeadAuthSize
impl Clone for AlgSetAeadAuthSize
fn clone(&Self) -> AlgSetAeadAuthSize
impl Copy for AlgSetAeadAuthSize
impl Debug for AlgSetAeadAuthSize
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
Auto Trait Implementations
impl RefUnwindSafe for AlgSetAeadAuthSize
impl Send for AlgSetAeadAuthSize
impl Sync for AlgSetAeadAuthSize
impl Unpin for AlgSetAeadAuthSize
impl UnwindSafe for AlgSetAeadAuthSize
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T