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