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