pub struct HalPmDebugInfo {
pub tx: u8,
pub rx: u8,
pub mblocks: u8,
}
Expand description
Parameters returned by the HAL Get PM Debug Info command.
Fields§
§tx: u8
MBlocks allocated for TXing
rx: u8
MBlocks allocated for RXing
mblocks: u8
Overall allocated MBlocks
Trait Implementations§
Source§impl Clone for HalPmDebugInfo
impl Clone for HalPmDebugInfo
Source§fn clone(&self) -> HalPmDebugInfo
fn clone(&self) -> HalPmDebugInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HalPmDebugInfo
impl RefUnwindSafe for HalPmDebugInfo
impl Send for HalPmDebugInfo
impl Sync for HalPmDebugInfo
impl Unpin for HalPmDebugInfo
impl UnwindSafe for HalPmDebugInfo
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