Struct SOURCEFILE
#[repr(C)]pub struct SOURCEFILE {
pub ModBase: u64,
pub FileName: PSTR,
}Fields§
§ModBase: u64§FileName: PSTRTrait Implementations§
§impl Clone for SOURCEFILE
impl Clone for SOURCEFILE
§fn clone(&self) -> SOURCEFILE
fn clone(&self) -> SOURCEFILE
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 more§impl Debug for SOURCEFILE
impl Debug for SOURCEFILE
§impl Default for SOURCEFILE
impl Default for SOURCEFILE
§fn default() -> SOURCEFILE
fn default() -> SOURCEFILE
Returns the “default value” for a type. Read more
§impl PartialEq for SOURCEFILE
impl PartialEq for SOURCEFILE
impl Copy for SOURCEFILE
impl StructuralPartialEq for SOURCEFILE
Auto Trait Implementations§
impl Freeze for SOURCEFILE
impl RefUnwindSafe for SOURCEFILE
impl !Send for SOURCEFILE
impl !Sync for SOURCEFILE
impl Unpin for SOURCEFILE
impl UnwindSafe for SOURCEFILE
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