pub struct SwIfIndex(/* private fields */);Expand description
Software interface index
Implementations§
Trait Implementations§
Source§impl Ord for SwIfIndex
impl Ord for SwIfIndex
Source§impl PartialOrd for SwIfIndex
impl PartialOrd for SwIfIndex
impl Copy for SwIfIndex
impl Eq for SwIfIndex
impl StructuralPartialEq for SwIfIndex
Auto Trait Implementations§
impl Freeze for SwIfIndex
impl RefUnwindSafe for SwIfIndex
impl Send for SwIfIndex
impl Sync for SwIfIndex
impl Unpin for SwIfIndex
impl UnsafeUnpin for SwIfIndex
impl UnwindSafe for SwIfIndex
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