#[repr(C)]pub struct IdfVisitMarks {
pub seen_in_queue: bool,
pub seen_in_worklist: bool,
}Fields§
§seen_in_queue: bool§seen_in_worklist: boolTrait Implementations§
Source§impl Clone for IdfVisitMarks
impl Clone for IdfVisitMarks
Source§fn clone(&self) -> IdfVisitMarks
fn clone(&self) -> IdfVisitMarks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdfVisitMarks
Source§impl Debug for IdfVisitMarks
impl Debug for IdfVisitMarks
Source§impl Default for IdfVisitMarks
impl Default for IdfVisitMarks
Source§fn default() -> IdfVisitMarks
fn default() -> IdfVisitMarks
Returns the “default value” for a type. Read more
impl Eq for IdfVisitMarks
Source§impl Hash for IdfVisitMarks
impl Hash for IdfVisitMarks
Source§impl PartialEq for IdfVisitMarks
impl PartialEq for IdfVisitMarks
Source§fn eq(&self, other: &IdfVisitMarks) -> bool
fn eq(&self, other: &IdfVisitMarks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdfVisitMarks
Auto Trait Implementations§
impl Freeze for IdfVisitMarks
impl RefUnwindSafe for IdfVisitMarks
impl Send for IdfVisitMarks
impl Sync for IdfVisitMarks
impl Unpin for IdfVisitMarks
impl UnsafeUnpin for IdfVisitMarks
impl UnwindSafe for IdfVisitMarks
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