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