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