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