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