pub struct CCIPR { /* private fields */ }
Expand description
CCIPR
Implementations§
Auto Trait Implementations§
impl !Freeze for CCIPR
impl !RefUnwindSafe for CCIPR
impl Send for CCIPR
impl !Sync for CCIPR
impl Unpin for CCIPR
impl UnwindSafe for CCIPR
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