Struct firewire_dice_protocols::tcat::extension::SrcBlk
source · pub struct SrcBlk {
pub id: SrcBlkId,
pub ch: u8,
}Expand description
Source block in router function.
Fields§
§id: SrcBlkIdThe identifier of source block.
ch: u8The channel number.
Trait Implementations§
source§impl Ord for SrcBlk
impl Ord for SrcBlk
source§impl PartialEq for SrcBlk
impl PartialEq for SrcBlk
source§impl PartialOrd for SrcBlk
impl PartialOrd for SrcBlk
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for SrcBlk
impl Eq for SrcBlk
impl StructuralEq for SrcBlk
impl StructuralPartialEq for SrcBlk
Auto Trait Implementations§
impl RefUnwindSafe for SrcBlk
impl Send for SrcBlk
impl Sync for SrcBlk
impl Unpin for SrcBlk
impl UnwindSafe for SrcBlk
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