pub enum OutputBurst {
Wrap,
Increment,
}Expand description
Output burst type used for AHB accesses generated by a remap region.
Variants§
Trait Implementations§
Source§impl Clone for OutputBurst
impl Clone for OutputBurst
Source§fn clone(&self) -> OutputBurst
fn clone(&self) -> OutputBurst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutputBurst
impl Debug for OutputBurst
Source§impl Format for OutputBurst
impl Format for OutputBurst
Source§impl From<OutputBurst> for Hburst
impl From<OutputBurst> for Hburst
Source§fn from(b: OutputBurst) -> Self
fn from(b: OutputBurst) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OutputBurst
impl PartialEq for OutputBurst
impl Copy for OutputBurst
impl Eq for OutputBurst
impl StructuralPartialEq for OutputBurst
Auto Trait Implementations§
impl Freeze for OutputBurst
impl RefUnwindSafe for OutputBurst
impl Send for OutputBurst
impl Sync for OutputBurst
impl Unpin for OutputBurst
impl UnwindSafe for OutputBurst
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