#[repr(C)]pub struct ReadWriteParameters {
pub length: u32,
pub key: u32,
pub byte_offset: u64,
}Fields§
§length: u32§key: u32§byte_offset: u64Trait Implementations§
Source§impl Clone for ReadWriteParameters
impl Clone for ReadWriteParameters
Source§fn clone(&self) -> ReadWriteParameters
fn clone(&self) -> ReadWriteParameters
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 moreimpl Copy for ReadWriteParameters
Auto Trait Implementations§
impl Freeze for ReadWriteParameters
impl RefUnwindSafe for ReadWriteParameters
impl Send for ReadWriteParameters
impl Sync for ReadWriteParameters
impl Unpin for ReadWriteParameters
impl UnwindSafe for ReadWriteParameters
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