pub struct DstBlk {
pub id: DstBlkId,
pub ch: u8,
}
Expand description
Destination block in router function.
Fields§
§id: DstBlkId
The identifier of destination block.
ch: u8
The channel number.
Trait Implementations§
Source§impl Ord for DstBlk
impl Ord for DstBlk
Source§impl PartialOrd for DstBlk
impl PartialOrd for DstBlk
impl Copy for DstBlk
impl Eq for DstBlk
impl StructuralPartialEq for DstBlk
Auto Trait Implementations§
impl Freeze for DstBlk
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