pub struct c2Ray {
pub p: c2v,
pub d: c2v,
pub t: f32,
}Fields§
§p: c2v§d: c2v§t: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for c2Ray
impl RefUnwindSafe for c2Ray
impl Send for c2Ray
impl Sync for c2Ray
impl Unpin for c2Ray
impl UnwindSafe for c2Ray
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