#[repr(transparent)]pub struct STMin(pub f32);Tuple Fields§
§0: f32Trait Implementations§
impl Copy for STMin
impl StructuralPartialEq for STMin
Auto Trait Implementations§
impl Freeze for STMin
impl RefUnwindSafe for STMin
impl Send for STMin
impl Sync for STMin
impl Unpin for STMin
impl UnsafeUnpin for STMin
impl UnwindSafe for STMin
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