Struct MP_DEVICE_DATA_SET_RANGE
#[repr(C)]pub struct MP_DEVICE_DATA_SET_RANGE {
pub StartingOffset: i64,
pub LengthInBytes: u64,
}
Fields§
§StartingOffset: i64
§LengthInBytes: u64
Trait Implementations§
§impl Clone for MP_DEVICE_DATA_SET_RANGE
impl Clone for MP_DEVICE_DATA_SET_RANGE
§fn clone(&self) -> MP_DEVICE_DATA_SET_RANGE
fn clone(&self) -> MP_DEVICE_DATA_SET_RANGE
Returns a copy 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 moreimpl Copy for MP_DEVICE_DATA_SET_RANGE
Auto Trait Implementations§
impl Freeze for MP_DEVICE_DATA_SET_RANGE
impl RefUnwindSafe for MP_DEVICE_DATA_SET_RANGE
impl Send for MP_DEVICE_DATA_SET_RANGE
impl Sync for MP_DEVICE_DATA_SET_RANGE
impl Unpin for MP_DEVICE_DATA_SET_RANGE
impl UnwindSafe for MP_DEVICE_DATA_SET_RANGE
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