pub struct IbEosMode {
pub reos: bool,
pub xeos: bool,
pub bin: bool,
}Fields§
§reos: bool§xeos: bool§bin: boolImplementations§
Trait Implementations§
impl Copy for IbEosMode
Auto Trait Implementations§
impl Freeze for IbEosMode
impl RefUnwindSafe for IbEosMode
impl Send for IbEosMode
impl Sync for IbEosMode
impl Unpin for IbEosMode
impl UnwindSafe for IbEosMode
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