Struct firewire_dice_protocols::tcat::extension::DstBlk
source · pub struct DstBlk {
pub id: DstBlkId,
pub ch: u8,
}Expand description
Destination block in router function.
Fields§
§id: DstBlkIdThe identifier of destination block.
ch: u8The channel number.
Trait Implementations§
source§impl Ord for DstBlk
impl Ord for DstBlk
source§impl PartialEq for DstBlk
impl PartialEq for DstBlk
source§impl PartialOrd for DstBlk
impl PartialOrd for DstBlk
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 DstBlk
impl Eq for DstBlk
impl StructuralEq for DstBlk
impl StructuralPartialEq for DstBlk
Auto Trait Implementations§
impl RefUnwindSafe for DstBlk
impl Send for DstBlk
impl Sync for DstBlk
impl Unpin for DstBlk
impl UnwindSafe for DstBlk
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