pub struct c2Capsule {
pub a: c2v,
pub b: c2v,
pub r: f32,
}Fields§
§a: c2v§b: c2v§r: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for c2Capsule
impl RefUnwindSafe for c2Capsule
impl Send for c2Capsule
impl Sync for c2Capsule
impl Unpin for c2Capsule
impl UnwindSafe for c2Capsule
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