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