#[repr(C)]pub struct YR_MATCHES {
pub head: *mut YR_MATCH,
pub tail: *mut YR_MATCH,
pub count: i32,
}Fields§
§head: *mut YR_MATCH§tail: *mut YR_MATCH§count: i32Implementations§
Trait Implementations§
Source§impl Clone for YR_MATCHES
impl Clone for YR_MATCHES
Source§fn clone(&self) -> YR_MATCHES
fn clone(&self) -> YR_MATCHES
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_MATCHES
impl Debug for YR_MATCHES
impl Copy for YR_MATCHES
Auto Trait Implementations§
impl Freeze for YR_MATCHES
impl RefUnwindSafe for YR_MATCHES
impl !Send for YR_MATCHES
impl !Sync for YR_MATCHES
impl Unpin for YR_MATCHES
impl UnwindSafe for YR_MATCHES
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