pub struct BinVec2(pub f32, pub f32);Tuple Fields§
§0: f32§1: f32Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinVec2
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinVec2
Auto Trait Implementations§
impl Freeze for BinVec2
impl RefUnwindSafe for BinVec2
impl Send for BinVec2
impl Sync for BinVec2
impl Unpin for BinVec2
impl UnsafeUnpin for BinVec2
impl UnwindSafe for BinVec2
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