pub struct FpgaReconfigurationSlotUpdate {
pub programmable_from_host: Option<Boolean>,
}Expand description
Update struct corresponding to FpgaReconfigurationSlot
Fields§
§programmable_from_host: Option<Boolean>Implementations§
Trait Implementations§
Source§impl Default for FpgaReconfigurationSlotUpdate
impl Default for FpgaReconfigurationSlotUpdate
Source§fn default() -> FpgaReconfigurationSlotUpdate
fn default() -> FpgaReconfigurationSlotUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FpgaReconfigurationSlotUpdate
impl RefUnwindSafe for FpgaReconfigurationSlotUpdate
impl Send for FpgaReconfigurationSlotUpdate
impl Sync for FpgaReconfigurationSlotUpdate
impl Unpin for FpgaReconfigurationSlotUpdate
impl UnsafeUnpin for FpgaReconfigurationSlotUpdate
impl UnwindSafe for FpgaReconfigurationSlotUpdate
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