pub struct FloatView {
pub float: Float,
}Fields§
§float: FloatTrait Implementations§
impl Copy for FloatView
impl Eq for FloatView
impl StructuralPartialEq for FloatView
Auto Trait Implementations§
impl Freeze for FloatView
impl RefUnwindSafe for FloatView
impl Send for FloatView
impl Sync for FloatView
impl Unpin for FloatView
impl UnwindSafe for FloatView
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