pub struct CPIMNamespace { /* private fields */ }
Implementations§
Source§impl<'r> CPIMNamespace
impl<'r> CPIMNamespace
Auto Trait Implementations§
impl Freeze for CPIMNamespace
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