pub struct Programmer { /* private fields */ }Expand description
Helper that manages FPGA bitstream uploads using a Device.
Implementations§
Auto Trait Implementations§
impl !Freeze for Programmer
impl RefUnwindSafe for Programmer
impl Send for Programmer
impl Sync for Programmer
impl Unpin for Programmer
impl UnwindSafe for Programmer
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