pub struct MulticastOptions { /* private fields */ }Expand description
Multicast delivery options for Ncp::multicast.
Implementations§
Trait Implementations§
Source§impl Clone for MulticastOptions
impl Clone for MulticastOptions
Source§fn clone(&self) -> MulticastOptions
fn clone(&self) -> MulticastOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MulticastOptions
Source§impl Debug for MulticastOptions
impl Debug for MulticastOptions
impl Eq for MulticastOptions
Source§impl Hash for MulticastOptions
impl Hash for MulticastOptions
Source§impl Ord for MulticastOptions
impl Ord for MulticastOptions
Source§fn cmp(&self, other: &MulticastOptions) -> Ordering
fn cmp(&self, other: &MulticastOptions) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MulticastOptions
impl PartialEq for MulticastOptions
Source§impl PartialOrd for MulticastOptions
impl PartialOrd for MulticastOptions
impl StructuralPartialEq for MulticastOptions
Auto Trait Implementations§
impl Freeze for MulticastOptions
impl RefUnwindSafe for MulticastOptions
impl Send for MulticastOptions
impl Sync for MulticastOptions
impl Unpin for MulticastOptions
impl UnsafeUnpin for MulticastOptions
impl UnwindSafe for MulticastOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more