pub struct SessionOptions {
pub reset_on_close: bool,
pub run_on_open: bool,
}
Expand description
Options for the session.
Fields§
§reset_on_close: bool
Reset the FPGA on close (default: True)
run_on_open: bool
Run the FPGA when you open the session (default: True)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionOptions
impl RefUnwindSafe for SessionOptions
impl Send for SessionOptions
impl Sync for SessionOptions
impl Unpin for SessionOptions
impl UnwindSafe for SessionOptions
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