pub struct Vec2Serializable { /* private fields */ }
Trait Implementations§
Source§impl From<&Vec2> for Vec2Serializable
impl From<&Vec2> for Vec2Serializable
Source§fn from(vec: &Vec2) -> Vec2Serializable
fn from(vec: &Vec2) -> Vec2Serializable
Converts to this type from the input type.
Source§impl From<&Vec2Serializable> for Vec2
impl From<&Vec2Serializable> for Vec2
Source§fn from(vec: &Vec2Serializable) -> Vec2
fn from(vec: &Vec2Serializable) -> Vec2
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Vec2Serializable
impl RefUnwindSafe for Vec2Serializable
impl Send for Vec2Serializable
impl Sync for Vec2Serializable
impl Unpin for Vec2Serializable
impl UnwindSafe for Vec2Serializable
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