pub struct Label<T>(pub T);Expand description
Label
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> Label<T>
impl<T: AsRef<[u8]>> Label<T>
pub fn hardware_channel_id(&self) -> u32
pub fn pgn(&self) -> u32
pub fn data_source_instance_field_number(&self) -> u32
pub fn data_source_instance_value(&self) -> u32
pub fn secondary_enumeration_field_number(&self) -> u32
pub fn secondary_enumeration_field_value(&self) -> u32
pub fn parameter_field_number(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Label<T>where
T: Freeze,
impl<T> RefUnwindSafe for Label<T>where
T: RefUnwindSafe,
impl<T> Send for Label<T>where
T: Send,
impl<T> Sync for Label<T>where
T: Sync,
impl<T> Unpin for Label<T>where
T: Unpin,
impl<T> UnwindSafe for Label<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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