pub enum IPCOW {
DISABLED,
OFFLOAD,
}
Expand description
Values that can be written to the field IPCO
Variants§
Auto Trait Implementations§
impl Freeze for IPCOW
impl RefUnwindSafe for IPCOW
impl Send for IPCOW
impl Sync for IPCOW
impl Unpin for IPCOW
impl UnwindSafe for IPCOW
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