pub struct CphaR { /* private fields */ }
Expand description
Value of the field CPHA
Implementations§
Auto Trait Implementations§
impl Freeze for CphaR
impl RefUnwindSafe for CphaR
impl Send for CphaR
impl Sync for CphaR
impl Unpin for CphaR
impl UnwindSafe for CphaR
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