pub enum IbEvent {
None,
DevTrg,
DevClr,
IFC,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IbEvent
impl RefUnwindSafe for IbEvent
impl Send for IbEvent
impl Sync for IbEvent
impl Unpin for IbEvent
impl UnwindSafe for IbEvent
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