#[repr(C, align(4))]pub struct float(pub f32);Expand description
Tuple Fields§
§0: f32Trait Implementations§
impl Copy for float
impl ReprStd140 for float
impl Std140ArrayElement for float
impl StructuralPartialEq for float
Auto Trait Implementations§
impl Freeze for float
impl RefUnwindSafe for float
impl Send for float
impl Sync for float
impl Unpin for float
impl UnwindSafe for float
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