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