#[repr(C)]pub struct hipChannelFormatDesc {
pub x: c_int,
pub y: c_int,
pub z: c_int,
pub w: c_int,
pub f: hipChannelFormatKind,
}
Fields§
§x: c_int
§y: c_int
§z: c_int
§w: c_int
§f: hipChannelFormatKind
Trait Implementations§
Source§impl Clone for hipChannelFormatDesc
impl Clone for hipChannelFormatDesc
Source§fn clone(&self) -> hipChannelFormatDesc
fn clone(&self) -> hipChannelFormatDesc
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 hipChannelFormatDesc
impl Debug for hipChannelFormatDesc
impl Copy for hipChannelFormatDesc
Auto Trait Implementations§
impl Freeze for hipChannelFormatDesc
impl RefUnwindSafe for hipChannelFormatDesc
impl Send for hipChannelFormatDesc
impl Sync for hipChannelFormatDesc
impl Unpin for hipChannelFormatDesc
impl UnwindSafe for hipChannelFormatDesc
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