#[repr(C)]pub struct PF_ProgressInfo { /* private fields */ }Trait Implementations§
Source§impl Clone for PF_ProgressInfo
impl Clone for PF_ProgressInfo
Source§fn clone(&self) -> PF_ProgressInfo
fn clone(&self) -> PF_ProgressInfo
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 PF_ProgressInfo
impl Debug for PF_ProgressInfo
impl Copy for PF_ProgressInfo
Auto Trait Implementations§
impl Freeze for PF_ProgressInfo
impl RefUnwindSafe for PF_ProgressInfo
impl Send for PF_ProgressInfo
impl Sync for PF_ProgressInfo
impl Unpin for PF_ProgressInfo
impl UnwindSafe for PF_ProgressInfo
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