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