#[repr(C)]pub struct YR_STRUCTURE_MEMBER {
pub object: *mut YR_OBJECT,
pub next: *mut YR_STRUCTURE_MEMBER,
}Fields§
§object: *mut YR_OBJECT§next: *mut YR_STRUCTURE_MEMBERTrait Implementations§
Source§impl Clone for YR_STRUCTURE_MEMBER
impl Clone for YR_STRUCTURE_MEMBER
Source§fn clone(&self) -> YR_STRUCTURE_MEMBER
fn clone(&self) -> YR_STRUCTURE_MEMBER
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_STRUCTURE_MEMBER
impl Debug for YR_STRUCTURE_MEMBER
impl Copy for YR_STRUCTURE_MEMBER
Auto Trait Implementations§
impl Freeze for YR_STRUCTURE_MEMBER
impl RefUnwindSafe for YR_STRUCTURE_MEMBER
impl !Send for YR_STRUCTURE_MEMBER
impl !Sync for YR_STRUCTURE_MEMBER
impl Unpin for YR_STRUCTURE_MEMBER
impl UnwindSafe for YR_STRUCTURE_MEMBER
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