pub struct BcoPlugAddrFuncBlk {
pub func_blk_type: u8,
pub func_blk_id: u8,
pub plug_id: u8,
}
Expand description
Address to plug for function block.
Fields§
§func_blk_type: u8
The numeric type of function block.
func_blk_id: u8
The numeric identifier of funtion block.
plug_id: u8
The numneric identifier of plug in the function block.
Trait Implementations§
Source§impl Clone for BcoPlugAddrFuncBlk
impl Clone for BcoPlugAddrFuncBlk
Source§fn clone(&self) -> BcoPlugAddrFuncBlk
fn clone(&self) -> BcoPlugAddrFuncBlk
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 BcoPlugAddrFuncBlk
impl Debug for BcoPlugAddrFuncBlk
Source§impl Default for BcoPlugAddrFuncBlk
impl Default for BcoPlugAddrFuncBlk
Source§impl PartialEq for BcoPlugAddrFuncBlk
impl PartialEq for BcoPlugAddrFuncBlk
impl Copy for BcoPlugAddrFuncBlk
impl Eq for BcoPlugAddrFuncBlk
impl StructuralPartialEq for BcoPlugAddrFuncBlk
Auto Trait Implementations§
impl Freeze for BcoPlugAddrFuncBlk
impl RefUnwindSafe for BcoPlugAddrFuncBlk
impl Send for BcoPlugAddrFuncBlk
impl Sync for BcoPlugAddrFuncBlk
impl Unpin for BcoPlugAddrFuncBlk
impl UnwindSafe for BcoPlugAddrFuncBlk
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