Struct BG_JOB_PRIORITY
#[repr(transparent)]pub struct BG_JOB_PRIORITY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for BG_JOB_PRIORITY
impl Clone for BG_JOB_PRIORITY
§fn clone(&self) -> BG_JOB_PRIORITY
fn clone(&self) -> BG_JOB_PRIORITY
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 more§impl Debug for BG_JOB_PRIORITY
impl Debug for BG_JOB_PRIORITY
§impl Default for BG_JOB_PRIORITY
impl Default for BG_JOB_PRIORITY
§fn default() -> BG_JOB_PRIORITY
fn default() -> BG_JOB_PRIORITY
Returns the “default value” for a type. Read more
§impl PartialEq for BG_JOB_PRIORITY
impl PartialEq for BG_JOB_PRIORITY
impl Copy for BG_JOB_PRIORITY
impl Eq for BG_JOB_PRIORITY
impl StructuralPartialEq for BG_JOB_PRIORITY
Auto Trait Implementations§
impl Freeze for BG_JOB_PRIORITY
impl RefUnwindSafe for BG_JOB_PRIORITY
impl Send for BG_JOB_PRIORITY
impl Sync for BG_JOB_PRIORITY
impl Unpin for BG_JOB_PRIORITY
impl UnwindSafe for BG_JOB_PRIORITY
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