#[repr(transparent)]pub struct QmiPdcRefreshEventType(pub c_uint);Expand description
Refresh event type.
QMI_PDC_REFRESH_START: Refresh start event
QMI_PDC_REFRESH_COMPLETE: Refresh complete event
QMI_PDC_REFRESH_CLIENT_REFRESH: Client refresh event
Since: 1.32
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for QmiPdcRefreshEventType
impl Clone for QmiPdcRefreshEventType
Source§fn clone(&self) -> QmiPdcRefreshEventType
fn clone(&self) -> QmiPdcRefreshEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiPdcRefreshEventType
Source§impl Debug for QmiPdcRefreshEventType
impl Debug for QmiPdcRefreshEventType
impl Eq for QmiPdcRefreshEventType
Source§impl Hash for QmiPdcRefreshEventType
impl Hash for QmiPdcRefreshEventType
Source§impl PartialEq for QmiPdcRefreshEventType
impl PartialEq for QmiPdcRefreshEventType
impl StructuralPartialEq for QmiPdcRefreshEventType
Auto Trait Implementations§
impl Freeze for QmiPdcRefreshEventType
impl RefUnwindSafe for QmiPdcRefreshEventType
impl Send for QmiPdcRefreshEventType
impl Sync for QmiPdcRefreshEventType
impl Unpin for QmiPdcRefreshEventType
impl UnsafeUnpin for QmiPdcRefreshEventType
impl UnwindSafe for QmiPdcRefreshEventType
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