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