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