#[repr(transparent)]pub struct ClauseId(pub i64);Available on
cadical_version=v2.0.0 only.Expand description
The ID of a clause internal to CaDiCaL
Tuple Fields§
§0: i64Trait Implementations§
Source§impl Ord for ClauseId
impl Ord for ClauseId
Source§impl PartialOrd for ClauseId
impl PartialOrd for ClauseId
impl Copy for ClauseId
impl Eq for ClauseId
impl StructuralPartialEq for ClauseId
Auto Trait Implementations§
impl Freeze for ClauseId
impl RefUnwindSafe for ClauseId
impl Send for ClauseId
impl Sync for ClauseId
impl Unpin for ClauseId
impl UnwindSafe for ClauseId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more