pub struct GidEntry(/* private fields */);Expand description
A GID entry that contains all information about a GID, including GID address, GID index, port number, GID type and the ethernet device index.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GidEntry
impl RefUnwindSafe for GidEntry
impl Send for GidEntry
impl Sync for GidEntry
impl Unpin for GidEntry
impl UnsafeUnpin for GidEntry
impl UnwindSafe for GidEntry
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