Enum if_addrs::IfChangeType
source · pub enum IfChangeType {
Added(Interface),
Removed(Interface),
}
Available on non-Apple or non-FreeBSD or non-NetBSD or non-OpenBSD only.
Variants§
Trait Implementations§
source§impl Clone for IfChangeType
impl Clone for IfChangeType
source§fn clone(&self) -> IfChangeType
fn clone(&self) -> IfChangeType
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IfChangeType
impl Debug for IfChangeType
source§impl Hash for IfChangeType
impl Hash for IfChangeType
source§impl PartialEq for IfChangeType
impl PartialEq for IfChangeType
impl Eq for IfChangeType
impl StructuralPartialEq for IfChangeType
Auto Trait Implementations§
impl Freeze for IfChangeType
impl RefUnwindSafe for IfChangeType
impl Send for IfChangeType
impl Sync for IfChangeType
impl Unpin for IfChangeType
impl UnwindSafe for IfChangeType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)