Struct kn_cuda_sys::bindings::uint4
source · #[repr(C, align(16))]pub struct uint4 {
pub x: c_uint,
pub y: c_uint,
pub z: c_uint,
pub w: c_uint,
}Fields§
§x: c_uint§y: c_uint§z: c_uint§w: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for uint4
impl RefUnwindSafe for uint4
impl Send for uint4
impl Sync for uint4
impl Unpin for uint4
impl UnwindSafe for uint4
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