Struct webrtc_mdns::message::resource::aaaa::AaaaResource
source · pub struct AaaaResource {
pub aaaa: [u8; 16],
}
Fields§
§aaaa: [u8; 16]
Trait Implementations§
source§impl Clone for AaaaResource
impl Clone for AaaaResource
source§fn clone(&self) -> AaaaResource
fn clone(&self) -> AaaaResource
Returns a copy of the value. Read more
1.0.0 · 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 AaaaResource
impl Debug for AaaaResource
source§impl Default for AaaaResource
impl Default for AaaaResource
source§fn default() -> AaaaResource
fn default() -> AaaaResource
Returns the “default value” for a type. Read more
source§impl Display for AaaaResource
impl Display for AaaaResource
source§impl PartialEq for AaaaResource
impl PartialEq for AaaaResource
source§fn 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 ==
.source§impl ResourceBody for AaaaResource
impl ResourceBody for AaaaResource
impl Eq for AaaaResource
impl StructuralPartialEq for AaaaResource
Auto Trait Implementations§
impl Freeze for AaaaResource
impl RefUnwindSafe for AaaaResource
impl Send for AaaaResource
impl Sync for AaaaResource
impl Unpin for AaaaResource
impl UnwindSafe for AaaaResource
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