#[repr(C)]pub struct hipArrayMemoryRequirements {
pub alignment: usize,
pub size: usize,
}Expand description
Struct representing array memory requirements.
Fields§
§alignment: usize§size: usizeTrait Implementations§
Source§impl Clone for hipArrayMemoryRequirements
impl Clone for hipArrayMemoryRequirements
Source§fn clone(&self) -> hipArrayMemoryRequirements
fn clone(&self) -> hipArrayMemoryRequirements
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for hipArrayMemoryRequirements
Auto Trait Implementations§
impl Freeze for hipArrayMemoryRequirements
impl RefUnwindSafe for hipArrayMemoryRequirements
impl Send for hipArrayMemoryRequirements
impl Sync for hipArrayMemoryRequirements
impl Unpin for hipArrayMemoryRequirements
impl UnsafeUnpin for hipArrayMemoryRequirements
impl UnwindSafe for hipArrayMemoryRequirements
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