#[repr(C, align(8))]pub struct YR_AC_MATCH {
pub _bindgen_opaque_blob: [u64; 5],
}Fields§
§_bindgen_opaque_blob: [u64; 5]Trait Implementations§
Source§impl Clone for YR_AC_MATCH
impl Clone for YR_AC_MATCH
Source§fn clone(&self) -> YR_AC_MATCH
fn clone(&self) -> YR_AC_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 YR_AC_MATCH
impl Debug for YR_AC_MATCH
impl Copy for YR_AC_MATCH
Auto Trait Implementations§
impl Freeze for YR_AC_MATCH
impl RefUnwindSafe for YR_AC_MATCH
impl Send for YR_AC_MATCH
impl Sync for YR_AC_MATCH
impl Unpin for YR_AC_MATCH
impl UnwindSafe for YR_AC_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