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