#[repr(transparent)]pub struct V3_Scalar(pub V3);Tuple Fields§
§0: V3Trait Implementations§
Auto Trait Implementations§
impl Freeze for V3_Scalar
impl RefUnwindSafe for V3_Scalar
impl Send for V3_Scalar
impl Sync for V3_Scalar
impl Unpin for V3_Scalar
impl UnwindSafe for V3_Scalar
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