Struct rust_hdl::hls::miso_fifo_port::MISOFIFOPort
source · [−]pub struct MISOFIFOPort<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> {
pub bus: SoCPortResponder<W>,
pub fifo_bus: FIFOWriteResponder<Bits<W>>,
/* private fields */
}
Fields
bus: SoCPortResponder<W>
fifo_bus: FIFOWriteResponder<Bits<W>>
Trait Implementations
sourceimpl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Block for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Block for MISOFIFOPort<W, N, NP1, BLOCK>
fn connect_all(&mut self)
fn update_all(&mut self)
fn has_changed(&self) -> bool
fn accept(&self, name: &str, probe: &mut dyn Probe)
sourceimpl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Default for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Default for MISOFIFOPort<W, N, NP1, BLOCK>
sourcefn default() -> MISOFIFOPort<W, N, NP1, BLOCK>
fn default() -> MISOFIFOPort<W, N, NP1, BLOCK>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> RefUnwindSafe for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Send for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Sync for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Unpin for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> UnwindSafe for MISOFIFOPort<W, N, NP1, BLOCK>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more