pub struct JPC_Shape { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for JPC_Shape
impl RefUnwindSafe for JPC_Shape
impl Send for JPC_Shape
impl Sync for JPC_Shape
impl Unpin for JPC_Shape
impl UnwindSafe for JPC_Shape
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