Struct nix::sys::socket::sockopt::Broadcast
pub struct Broadcast;
Documentation
Set or get the broadcast flag.
Trait Implementations
impl Debug for Broadcast
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Broadcast
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Broadcast
impl StructuralPartialEq for Broadcast
Auto Trait Implementations
impl RefUnwindSafe for Broadcast
impl UnwindSafe for Broadcast
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T