#[repr(C)]pub struct pm_px_stat {
pub total: u8,
pub usable: u8,
pub last: u8,
pub cur: u8,
pub trans_pt: __guest_handle_uint64,
pub pt: __guest_handle_pm_px_val_t,
}Fields§
§total: u8§usable: u8§last: u8§cur: u8§trans_pt: __guest_handle_uint64§pt: __guest_handle_pm_px_val_tTrait Implementations§
Source§impl Clone for pm_px_stat
impl Clone for pm_px_stat
Source§fn clone(&self) -> pm_px_stat
fn clone(&self) -> pm_px_stat
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 moreSource§impl Debug for pm_px_stat
impl Debug for pm_px_stat
Source§impl Default for pm_px_stat
impl Default for pm_px_stat
impl Copy for pm_px_stat
Auto Trait Implementations§
impl Freeze for pm_px_stat
impl RefUnwindSafe for pm_px_stat
impl !Send for pm_px_stat
impl !Sync for pm_px_stat
impl Unpin for pm_px_stat
impl UnwindSafe for pm_px_stat
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