pub struct BitstreamSummary {
pub synced: bool,
pub usr_access: Option<u32>,
pub wbstar: Option<u32>,
pub timer: Option<u32>,
pub iprog: bool,
}Fields§
§synced: bool§usr_access: Option<u32>§wbstar: Option<u32>§timer: Option<u32>§iprog: boolImplementations§
Source§impl BitstreamSummary
impl BitstreamSummary
pub fn boot_image(&self) -> FpgaBootImage
pub fn monitors_configuration(&self) -> bool
Trait Implementations§
Source§impl Clone for BitstreamSummary
impl Clone for BitstreamSummary
Source§fn clone(&self) -> BitstreamSummary
fn clone(&self) -> BitstreamSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitstreamSummary
Source§impl Debug for BitstreamSummary
impl Debug for BitstreamSummary
Source§impl Default for BitstreamSummary
impl Default for BitstreamSummary
Source§fn default() -> BitstreamSummary
fn default() -> BitstreamSummary
Returns the “default value” for a type. Read more
impl Eq for BitstreamSummary
Source§impl PartialEq for BitstreamSummary
impl PartialEq for BitstreamSummary
impl StructuralPartialEq for BitstreamSummary
Auto Trait Implementations§
impl Freeze for BitstreamSummary
impl RefUnwindSafe for BitstreamSummary
impl Send for BitstreamSummary
impl Sync for BitstreamSummary
impl Unpin for BitstreamSummary
impl UnsafeUnpin for BitstreamSummary
impl UnwindSafe for BitstreamSummary
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