Struct webrtc_mdns::message::resource::aaaa::AaaaResource
source · [−]Fields
aaaa: [u8; 16]
Trait Implementations
sourceimpl Clone for AaaaResource
impl Clone for AaaaResource
sourcefn clone(&self) -> AaaaResource
fn clone(&self) -> AaaaResource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AaaaResource
impl Debug for AaaaResource
sourceimpl Default for AaaaResource
impl Default for AaaaResource
sourcefn default() -> AaaaResource
fn default() -> AaaaResource
Returns the “default value” for a type. Read more
sourceimpl Display for AaaaResource
impl Display for AaaaResource
sourceimpl PartialEq<AaaaResource> for AaaaResource
impl PartialEq<AaaaResource> for AaaaResource
sourcefn eq(&self, other: &AaaaResource) -> bool
fn eq(&self, other: &AaaaResource) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AaaaResource) -> bool
fn ne(&self, other: &AaaaResource) -> bool
This method tests for !=
.
sourceimpl ResourceBody for AaaaResource
impl ResourceBody for AaaaResource
impl Eq for AaaaResource
impl StructuralEq for AaaaResource
impl StructuralPartialEq for AaaaResource
Auto Trait Implementations
impl RefUnwindSafe for AaaaResource
impl Send for AaaaResource
impl Sync for AaaaResource
impl Unpin for AaaaResource
impl UnwindSafe for AaaaResource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more