#[repr(C)]pub struct CfgrR { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CfgrR
impl RefUnwindSafe for CfgrR
impl Send for CfgrR
impl Sync for CfgrR
impl Unpin for CfgrR
impl UnwindSafe for CfgrR
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