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