#[repr(transparent)]pub struct napi_qos_t(pub c_uint);Available on crate feature
napi only.Tuple Fields§
§0: c_uintImplementations§
Source§impl napi_qos_t
impl napi_qos_t
pub const napi_qos_background: napi_qos_t
pub const napi_qos_utility: napi_qos_t
pub const napi_qos_default: 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 duplicate of the value. Read more
1.0.0§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
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)