#[repr(C)]pub struct OpMemoryArgs {
pub addr: u64,
pub buffer: *mut c_void,
pub size: size_t,
pub offsets_count: size_t,
pub offsets: [u64; 10],
}Fields§
§addr: u64§buffer: *mut c_void§size: size_t§offsets_count: size_t§offsets: [u64; 10]Trait Implementations§
Source§impl Clone for OpMemoryArgs
impl Clone for OpMemoryArgs
Source§fn clone(&self) -> OpMemoryArgs
fn clone(&self) -> OpMemoryArgs
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 moreSource§impl Debug for OpMemoryArgs
impl Debug for OpMemoryArgs
impl Copy for OpMemoryArgs
Auto Trait Implementations§
impl Freeze for OpMemoryArgs
impl RefUnwindSafe for OpMemoryArgs
impl !Send for OpMemoryArgs
impl !Sync for OpMemoryArgs
impl Unpin for OpMemoryArgs
impl UnwindSafe for OpMemoryArgs
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