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