pub enum PfIocCommand {
ClrAddrs,
AddAddrs,
DelAddrs,
GetAddrs,
}
Variants§
Auto Trait Implementations§
impl Freeze for PfIocCommand
impl RefUnwindSafe for PfIocCommand
impl Send for PfIocCommand
impl Sync for PfIocCommand
impl Unpin for PfIocCommand
impl UnwindSafe for PfIocCommand
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