Struct ohos_sys::napi::napi_qos_t
source · #[repr(transparent)]pub struct napi_qos_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl napi_qos_t
impl napi_qos_t
pub const napi_qos_background: napi_qos_t = _
source§impl napi_qos_t
impl napi_qos_t
pub const napi_qos_utility: napi_qos_t = _
source§impl napi_qos_t
impl napi_qos_t
pub const napi_qos_default: napi_qos_t = _
source§impl napi_qos_t
impl napi_qos_t
pub const napi_qos_user_initiated: napi_qos_t = _
Trait Implementations§
source§impl Clone for napi_qos_t
impl Clone for napi_qos_t
source§fn clone(&self) -> napi_qos_t
fn clone(&self) -> napi_qos_t
Returns a copy 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 napi_qos_t
impl Debug for napi_qos_t
source§impl Hash for napi_qos_t
impl Hash for napi_qos_t
source§impl PartialEq for napi_qos_t
impl PartialEq for napi_qos_t
source§fn eq(&self, other: &napi_qos_t) -> bool
fn eq(&self, other: &napi_qos_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for napi_qos_t
impl Eq for napi_qos_t
impl StructuralPartialEq for napi_qos_t
Auto Trait Implementations§
impl Freeze for napi_qos_t
impl RefUnwindSafe for napi_qos_t
impl Send for napi_qos_t
impl Sync for napi_qos_t
impl Unpin for napi_qos_t
impl UnwindSafe for napi_qos_t
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