#[repr(C)]pub struct _Panda__Module {
pub base: ProtobufCMessage,
pub name: *mut c_char,
pub file: *mut c_char,
pub base_addr: u64,
pub size: u64,
}Fields§
§base: ProtobufCMessage§name: *mut c_char§file: *mut c_char§base_addr: u64§size: u64Trait Implementations§
Source§impl Clone for _Panda__Module
impl Clone for _Panda__Module
Source§fn clone(&self) -> _Panda__Module
fn clone(&self) -> _Panda__Module
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 _Panda__Module
impl Debug for _Panda__Module
impl Copy for _Panda__Module
Auto Trait Implementations§
impl Freeze for _Panda__Module
impl RefUnwindSafe for _Panda__Module
impl !Send for _Panda__Module
impl !Sync for _Panda__Module
impl Unpin for _Panda__Module
impl UnwindSafe for _Panda__Module
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