#[repr(C)]pub struct YR_MODULE_IMPORT {
pub module_name: *const c_char,
pub module_data: *mut c_void,
pub module_data_size: size_t,
}Fields§
§module_name: *const c_char§module_data: *mut c_void§module_data_size: size_tTrait Implementations§
Source§impl Clone for YR_MODULE_IMPORT
impl Clone for YR_MODULE_IMPORT
Source§fn clone(&self) -> YR_MODULE_IMPORT
fn clone(&self) -> YR_MODULE_IMPORT
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_MODULE_IMPORT
impl Debug for YR_MODULE_IMPORT
impl Copy for YR_MODULE_IMPORT
Auto Trait Implementations§
impl Freeze for YR_MODULE_IMPORT
impl RefUnwindSafe for YR_MODULE_IMPORT
impl !Send for YR_MODULE_IMPORT
impl !Sync for YR_MODULE_IMPORT
impl Unpin for YR_MODULE_IMPORT
impl UnwindSafe for YR_MODULE_IMPORT
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