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