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