#[repr(u8)]pub enum RipCommand {
Request = 1,
Response = 2,
}Expand description
RIP command type
Variants§
Trait Implementations§
Source§impl Clone for RipCommand
impl Clone for RipCommand
Source§fn clone(&self) -> RipCommand
fn clone(&self) -> RipCommand
Returns a duplicate 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 RipCommand
impl Debug for RipCommand
Source§impl PartialEq for RipCommand
impl PartialEq for RipCommand
impl Copy for RipCommand
impl Eq for RipCommand
impl StructuralPartialEq for RipCommand
Auto Trait Implementations§
impl Freeze for RipCommand
impl RefUnwindSafe for RipCommand
impl Send for RipCommand
impl Sync for RipCommand
impl Unpin for RipCommand
impl UnwindSafe for RipCommand
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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)