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