pub struct MoleAsStructF32(pub f32);Tuple Fields§
§0: f32Auto Trait Implementations§
impl Freeze for MoleAsStructF32
impl RefUnwindSafe for MoleAsStructF32
impl Send for MoleAsStructF32
impl Sync for MoleAsStructF32
impl Unpin for MoleAsStructF32
impl UnwindSafe for MoleAsStructF32
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