pub struct remote_uuid(pub [u8; 16]);
Tuple Fields§
§0: [u8; 16]
Trait Implementations§
Source§impl Clone for remote_uuid
impl Clone for remote_uuid
Source§fn clone(&self) -> remote_uuid
fn clone(&self) -> remote_uuid
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 remote_uuid
impl Debug for remote_uuid
Source§impl<Out: Write> Pack<Out> for remote_uuid
impl<Out: Write> Pack<Out> for remote_uuid
Source§impl PartialEq for remote_uuid
impl PartialEq for remote_uuid
Source§impl<In: Read> Unpack<In> for remote_uuid
impl<In: Read> Unpack<In> for remote_uuid
impl Copy for remote_uuid
impl Eq for remote_uuid
impl StructuralPartialEq for remote_uuid
Auto Trait Implementations§
impl Freeze for remote_uuid
impl RefUnwindSafe for remote_uuid
impl Send for remote_uuid
impl Sync for remote_uuid
impl Unpin for remote_uuid
impl UnwindSafe for remote_uuid
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