pub struct c2x {
pub p: c2v,
pub r: c2r,
}Fields§
§p: c2v§r: c2rTrait Implementations§
Auto Trait Implementations§
impl Freeze for c2x
impl RefUnwindSafe for c2x
impl Send for c2x
impl Sync for c2x
impl Unpin for c2x
impl UnwindSafe for c2x
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