#[repr(C)]pub struct CandidatePtr {
pub ptr: SharedPtr<Candidate>,
}Fields§
§ptr: SharedPtr<Candidate>Trait Implementations§
Source§impl ExternType for CandidatePtr
impl ExternType for CandidatePtr
Auto Trait Implementations§
impl Freeze for CandidatePtr
impl RefUnwindSafe for CandidatePtr
impl !Send for CandidatePtr
impl !Sync for CandidatePtr
impl Unpin for CandidatePtr
impl UnwindSafe for CandidatePtr
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