Struct hip_runtime_sys::float1
source · #[repr(C)]pub struct float1 {
pub x: f32,
}Fields§
§x: f32Trait Implementations§
source§impl PartialEq<float1> for float1
impl PartialEq<float1> for float1
source§impl PartialOrd<float1> for float1
impl PartialOrd<float1> for float1
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for float1
impl StructuralPartialEq for float1
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