pub struct SimnetReprogramStatus<T>(pub T);Expand description
Simnet: Reprogram Status
Tuple Fields§
§0: TImplementations§
Source§impl<T: AsRef<[u8]>> SimnetReprogramStatus<T>
impl<T: AsRef<[u8]>> SimnetReprogramStatus<T>
pub fn manufacturer_code(&self) -> u32
pub fn reserved(&self) -> u32
pub fn industry_code(&self) -> u32
pub fn reserved_4(&self) -> u32
pub fn status(&self) -> u32
pub fn reserved_6(&self) -> u32
Trait Implementations§
Source§impl<T: AsMut<[u8]>> BitRangeMut<i128> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<i128> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i16> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<i16> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i32> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<i32> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i64> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<i64> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<i8> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<i8> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u128> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<u128> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u16> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<u16> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u32> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<u32> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u64> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<u64> for SimnetReprogramStatus<T>
Source§impl<T: AsMut<[u8]>> BitRangeMut<u8> for SimnetReprogramStatus<T>
impl<T: AsMut<[u8]>> BitRangeMut<u8> for SimnetReprogramStatus<T>
Auto Trait Implementations§
impl<T> Freeze for SimnetReprogramStatus<T>where
T: Freeze,
impl<T> RefUnwindSafe for SimnetReprogramStatus<T>where
T: RefUnwindSafe,
impl<T> Send for SimnetReprogramStatus<T>where
T: Send,
impl<T> Sync for SimnetReprogramStatus<T>where
T: Sync,
impl<T> Unpin for SimnetReprogramStatus<T>where
T: Unpin,
impl<T> UnwindSafe for SimnetReprogramStatus<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