pub struct Broadcast;Available on crate feature
socket only.Expand description
Set or get the broadcast flag.
Trait Implementations§
Source§impl GetSockOpt for Broadcast
impl GetSockOpt for Broadcast
Source§impl SetSockOpt for Broadcast
impl SetSockOpt for Broadcast
impl Copy for Broadcast
impl Eq for Broadcast
impl StructuralPartialEq for Broadcast
Auto Trait Implementations§
impl Freeze for Broadcast
Available on Unix only.
impl RefUnwindSafe for Broadcast
Available on Unix only.
impl Send for Broadcast
Available on Unix only.
impl Sync for Broadcast
Available on Unix only.
impl Unpin for Broadcast
Available on Unix only.
impl UnsafeUnpin for Broadcast
Available on Unix only.
impl UnwindSafe for Broadcast
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.