pub struct Readout {
pub buffer: [u8; 2048],
}Expand description
A data readout message from the metering system as per section 6.2.
Fields§
§buffer: [u8; 2048]Implementations§
Auto Trait Implementations§
impl Freeze for Readout
impl RefUnwindSafe for Readout
impl Send for Readout
impl Sync for Readout
impl Unpin for Readout
impl UnwindSafe for Readout
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