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