Struct eqlog_eqlog::Func
source · pub struct Func(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Ord for Func
impl Ord for Func
source§impl PartialEq for Func
impl PartialEq for Func
source§impl PartialOrd for Func
impl PartialOrd for Func
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Func
impl Eq for Func
impl StructuralEq for Func
impl StructuralPartialEq for Func
Auto Trait Implementations§
impl RefUnwindSafe for Func
impl Send for Func
impl Sync for Func
impl Unpin for Func
impl UnwindSafe for Func
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