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