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