pub struct LocalDestinationEntry {
pub hash: [u8; 16],
pub dest_type: u8,
}Expand description
A locally registered destination.
Fields§
§hash: [u8; 16]§dest_type: u8Trait Implementations§
Source§impl Clone for LocalDestinationEntry
impl Clone for LocalDestinationEntry
Source§fn clone(&self) -> LocalDestinationEntry
fn clone(&self) -> LocalDestinationEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LocalDestinationEntry
impl RefUnwindSafe for LocalDestinationEntry
impl Send for LocalDestinationEntry
impl Sync for LocalDestinationEntry
impl Unpin for LocalDestinationEntry
impl UnwindSafe for LocalDestinationEntry
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