pub struct LOG10 { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LOG10
impl RefUnwindSafe for LOG10
impl Send for LOG10
impl Sync for LOG10
impl Unpin for LOG10
impl UnsafeUnpin for LOG10
impl UnwindSafe for LOG10
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