#[repr(transparent)]pub struct BackgroundTransferPriority(pub i32);
Expand description
Required features: "Networking_BackgroundTransfer"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for BackgroundTransferPriority
impl Clone for BackgroundTransferPriority
impl Copy for BackgroundTransferPriority
Auto Trait Implementations
impl RefUnwindSafe for BackgroundTransferPriority
impl Send for BackgroundTransferPriority
impl Sync for BackgroundTransferPriority
impl Unpin for BackgroundTransferPriority
impl UnwindSafe for BackgroundTransferPriority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more