pub struct BcoIoPlugAddr {
pub direction: BcoPlugDirection,
pub mode: BcoIoPlugAddrMode,
}
Expand description
Address to plug for input and output direction.
Fields§
§direction: BcoPlugDirection
For direction of plug.
mode: BcoIoPlugAddrMode
The mode to address for the plug.
Trait Implementations§
Source§impl Clone for BcoIoPlugAddr
impl Clone for BcoIoPlugAddr
Source§fn clone(&self) -> BcoIoPlugAddr
fn clone(&self) -> BcoIoPlugAddr
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 BcoIoPlugAddr
impl Debug for BcoIoPlugAddr
Source§impl Default for BcoIoPlugAddr
impl Default for BcoIoPlugAddr
Source§fn default() -> BcoIoPlugAddr
fn default() -> BcoIoPlugAddr
Returns the “default value” for a type. Read more
Source§impl PartialEq for BcoIoPlugAddr
impl PartialEq for BcoIoPlugAddr
impl Copy for BcoIoPlugAddr
impl Eq for BcoIoPlugAddr
impl StructuralPartialEq for BcoIoPlugAddr
Auto Trait Implementations§
impl Freeze for BcoIoPlugAddr
impl RefUnwindSafe for BcoIoPlugAddr
impl Send for BcoIoPlugAddr
impl Sync for BcoIoPlugAddr
impl Unpin for BcoIoPlugAddr
impl UnwindSafe for BcoIoPlugAddr
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