pub struct v2f {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Implementations§
Trait Implementations§
Source§impl Deserialize for v2f
impl Deserialize for v2f
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for v2f
Auto Trait Implementations§
impl Freeze for v2f
impl RefUnwindSafe for v2f
impl Send for v2f
impl Sync for v2f
impl Unpin for v2f
impl UnwindSafe for v2f
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