#[repr(C)]pub struct UplinkDownload {
pub _handle: usize,
}Fields§
§_handle: usizeTrait Implementations§
Source§impl Clone for UplinkDownload
impl Clone for UplinkDownload
Source§fn clone(&self) -> UplinkDownload
fn clone(&self) -> UplinkDownload
Returns a duplicate 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 moreSource§impl Debug for UplinkDownload
impl Debug for UplinkDownload
impl Copy for UplinkDownload
Auto Trait Implementations§
impl Freeze for UplinkDownload
impl RefUnwindSafe for UplinkDownload
impl Send for UplinkDownload
impl Sync for UplinkDownload
impl Unpin for UplinkDownload
impl UnwindSafe for UplinkDownload
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