pub struct BroadcastOptions {
pub destinations: Vec<[u8; 16]>,
}Fields§
§destinations: Vec<[u8; 16]>Trait Implementations§
Source§impl Clone for BroadcastOptions
impl Clone for BroadcastOptions
Source§fn clone(&self) -> BroadcastOptions
fn clone(&self) -> BroadcastOptions
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 moreSource§impl Debug for BroadcastOptions
impl Debug for BroadcastOptions
Source§impl Default for BroadcastOptions
impl Default for BroadcastOptions
Source§fn default() -> BroadcastOptions
fn default() -> BroadcastOptions
Returns the “default value” for a type. Read more
impl Eq for BroadcastOptions
Source§impl PartialEq for BroadcastOptions
impl PartialEq for BroadcastOptions
Source§fn eq(&self, other: &BroadcastOptions) -> bool
fn eq(&self, other: &BroadcastOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BroadcastOptions
Auto Trait Implementations§
impl Freeze for BroadcastOptions
impl RefUnwindSafe for BroadcastOptions
impl Send for BroadcastOptions
impl Sync for BroadcastOptions
impl Unpin for BroadcastOptions
impl UnsafeUnpin for BroadcastOptions
impl UnwindSafe for BroadcastOptions
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