Struct rust_rcs_core::cpim::cpim_namespace::CPIMNamespace
source · pub struct CPIMNamespace { /* private fields */ }
Implementations§
source§impl<'r> CPIMNamespace
impl<'r> CPIMNamespace
Auto Trait Implementations§
impl RefUnwindSafe for CPIMNamespace
impl Send for CPIMNamespace
impl Sync for CPIMNamespace
impl Unpin for CPIMNamespace
impl UnwindSafe for CPIMNamespace
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