pub struct VectorConstants;Expand description
UE-style vector constants and utility functions
Implementations§
Auto Trait Implementations§
impl Freeze for VectorConstants
impl RefUnwindSafe for VectorConstants
impl Send for VectorConstants
impl Sync for VectorConstants
impl Unpin for VectorConstants
impl UnwindSafe for VectorConstants
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