#[repr(transparent)]pub struct BackgroundTransferBehavior(pub i32);
Expand description
Required features: "Networking_BackgroundTransfer"
Tuple Fields
0: i32
Implementations
impl BackgroundTransferBehavior
impl BackgroundTransferBehavior
pub const Parallel: Self = Self(0i32)
pub const Serialized: Self = Self(1i32)
Trait Implementations
impl Clone for BackgroundTransferBehavior
impl Clone for BackgroundTransferBehavior
impl Copy for BackgroundTransferBehavior
Auto Trait Implementations
impl RefUnwindSafe for BackgroundTransferBehavior
impl Send for BackgroundTransferBehavior
impl Sync for BackgroundTransferBehavior
impl Unpin for BackgroundTransferBehavior
impl UnwindSafe for BackgroundTransferBehavior
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