pub struct ip46_address_t_ { /* private fields */ }Trait Implementations§
Source§impl Clone for ip46_address_t_
impl Clone for ip46_address_t_
Source§fn clone(&self) -> ip46_address_t_
fn clone(&self) -> ip46_address_t_
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 moreimpl Copy for ip46_address_t_
Auto Trait Implementations§
impl Freeze for ip46_address_t_
impl RefUnwindSafe for ip46_address_t_
impl Send for ip46_address_t_
impl Sync for ip46_address_t_
impl Unpin for ip46_address_t_
impl UnsafeUnpin for ip46_address_t_
impl UnwindSafe for ip46_address_t_
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