pub struct StdOps;
Expand description
Implements Ops
using the standard library.
This is the recommended default when the std
feature is enabled, as it
it designed to identically match the results provided by the original
mikktspace C library.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdOps
impl RefUnwindSafe for StdOps
impl Send for StdOps
impl Sync for StdOps
impl Unpin for StdOps
impl UnwindSafe for StdOps
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