#[repr(C)]pub struct hipExtent {
pub width: usize,
pub height: usize,
pub depth: usize,
}
Fields§
§width: usize
§height: usize
§depth: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hipExtent
impl RefUnwindSafe for hipExtent
impl Send for hipExtent
impl Sync for hipExtent
impl Unpin for hipExtent
impl UnwindSafe for hipExtent
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