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