pub enum IbSendEOI {
Disabled,
Enabled(c_int),
}Variants§
Trait Implementations§
impl Copy for IbSendEOI
Auto Trait Implementations§
impl Freeze for IbSendEOI
impl RefUnwindSafe for IbSendEOI
impl Send for IbSendEOI
impl Sync for IbSendEOI
impl Unpin for IbSendEOI
impl UnwindSafe for IbSendEOI
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