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) -> AlgSetAeadAuthSizeimpl Copy for AlgSetAeadAuthSizeimpl Debug for AlgSetAeadAuthSize
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for AlgSetAeadAuthSizeimpl Send for AlgSetAeadAuthSizeimpl Sync for AlgSetAeadAuthSizeimpl Unpin for AlgSetAeadAuthSizeimpl UnwindSafe for AlgSetAeadAuthSizeBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T