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