pub enum BcoPlugAddrUnitType {
Isoc,
Ext,
Async,
}
Expand description
Type of address to plug for unit.
Variants§
Isoc
Address to unit for isochronous input/output.
Ext
Address to unit for external input/output.
Async
Address to unit for asynchronous input/output.
Trait Implementations§
Source§impl Clone for BcoPlugAddrUnitType
impl Clone for BcoPlugAddrUnitType
Source§fn clone(&self) -> BcoPlugAddrUnitType
fn clone(&self) -> BcoPlugAddrUnitType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BcoPlugAddrUnitType
impl Debug for BcoPlugAddrUnitType
Source§impl Default for BcoPlugAddrUnitType
impl Default for BcoPlugAddrUnitType
Source§impl PartialEq for BcoPlugAddrUnitType
impl PartialEq for BcoPlugAddrUnitType
impl Copy for BcoPlugAddrUnitType
impl Eq for BcoPlugAddrUnitType
impl StructuralPartialEq for BcoPlugAddrUnitType
Auto Trait Implementations§
impl Freeze for BcoPlugAddrUnitType
impl RefUnwindSafe for BcoPlugAddrUnitType
impl Send for BcoPlugAddrUnitType
impl Sync for BcoPlugAddrUnitType
impl Unpin for BcoPlugAddrUnitType
impl UnwindSafe for BcoPlugAddrUnitType
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