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