#[repr(C)]pub enum dlpi_addrtype_t {
DLPI_ADDRTYPE_UNICAST = 0,
DLPI_ADDRTYPE_GROUP = 1,
}
Expand description
Indicates if an address is unicast or not.
Variants§
Auto Trait Implementations§
impl Freeze for dlpi_addrtype_t
impl RefUnwindSafe for dlpi_addrtype_t
impl Send for dlpi_addrtype_t
impl Sync for dlpi_addrtype_t
impl Unpin for dlpi_addrtype_t
impl UnwindSafe for dlpi_addrtype_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