#[repr(C)]pub struct hipOffset3D {
pub x: usize,
pub y: usize,
pub z: usize,
}Expand description
Struct representing offset into a hipArray_t in elements.
Fields§
§x: usize§y: usize§z: usizeTrait Implementations§
Source§impl Clone for hipOffset3D
impl Clone for hipOffset3D
Source§fn clone(&self) -> hipOffset3D
fn clone(&self) -> hipOffset3D
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 hipOffset3D
impl Debug for hipOffset3D
impl Copy for hipOffset3D
Auto Trait Implementations§
impl Freeze for hipOffset3D
impl RefUnwindSafe for hipOffset3D
impl Send for hipOffset3D
impl Sync for hipOffset3D
impl Unpin for hipOffset3D
impl UnsafeUnpin for hipOffset3D
impl UnwindSafe for hipOffset3D
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