#[repr(C)]pub struct chfl_match {
pub size: u64,
pub atoms: [u64; 4],
}Fields§
§size: u64§atoms: [u64; 4]Trait Implementations§
Source§impl Clone for chfl_match
impl Clone for chfl_match
Source§fn clone(&self) -> chfl_match
fn clone(&self) -> chfl_match
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for chfl_match
impl Debug for chfl_match
Source§impl PartialEq for chfl_match
impl PartialEq for chfl_match
impl Copy for chfl_match
impl Eq for chfl_match
impl StructuralPartialEq for chfl_match
Auto Trait Implementations§
impl Freeze for chfl_match
impl RefUnwindSafe for chfl_match
impl Send for chfl_match
impl Sync for chfl_match
impl Unpin for chfl_match
impl UnwindSafe for chfl_match
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