pub enum FnOptions {
Driver(FnDriver),
Axi(FnAxi),
Noc(FnNoc),
Eth(FnRemote),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnOptions
impl RefUnwindSafe for FnOptions
impl !Send for FnOptions
impl !Sync for FnOptions
impl Unpin for FnOptions
impl UnwindSafe for FnOptions
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