#[repr(C)]pub struct float1 {
pub x: f32,
}
Fields§
§x: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for float1
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