#[repr(C)]pub struct _RTL_SCPCFG_NTDLL_EXPORTS {Show 14 fields
pub ScpCfgHeader_Nop: PVOID,
pub ScpCfgEnd_Nop: PVOID,
pub ScpCfgHeader: PVOID,
pub ScpCfgEnd: PVOID,
pub ScpCfgHeader_ES: PVOID,
pub ScpCfgEnd_ES: PVOID,
pub ScpCfgHeader_Fptr: PVOID,
pub ScpCfgEnd_Fptr: PVOID,
pub LdrpGuardDispatchIcallNoESFptr: PVOID,
pub __guard_dispatch_icall_fptr: PVOID,
pub LdrpGuardCheckIcallNoESFptr: PVOID,
pub __guard_check_icall_fptr: PVOID,
pub LdrpHandleInvalidUserCallTarget: PVOID,
pub LdrpCriticalLoaderFunctions: _RTL_SCPCFG_NTDLL_EXPORTS__bindgen_ty_1,
}Fields§
§ScpCfgHeader_Nop: PVOID§ScpCfgEnd_Nop: PVOID§ScpCfgHeader: PVOID§ScpCfgEnd: PVOID§ScpCfgHeader_ES: PVOID§ScpCfgEnd_ES: PVOID§ScpCfgHeader_Fptr: PVOID§ScpCfgEnd_Fptr: PVOID§LdrpGuardDispatchIcallNoESFptr: PVOID§__guard_dispatch_icall_fptr: PVOID§LdrpGuardCheckIcallNoESFptr: PVOID§__guard_check_icall_fptr: PVOID§LdrpHandleInvalidUserCallTarget: PVOID§LdrpCriticalLoaderFunctions: _RTL_SCPCFG_NTDLL_EXPORTS__bindgen_ty_1Trait Implementations§
Source§impl Clone for _RTL_SCPCFG_NTDLL_EXPORTS
impl Clone for _RTL_SCPCFG_NTDLL_EXPORTS
Source§fn clone(&self) -> _RTL_SCPCFG_NTDLL_EXPORTS
fn clone(&self) -> _RTL_SCPCFG_NTDLL_EXPORTS
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 _RTL_SCPCFG_NTDLL_EXPORTS
impl Debug for _RTL_SCPCFG_NTDLL_EXPORTS
Source§impl Default for _RTL_SCPCFG_NTDLL_EXPORTS
impl Default for _RTL_SCPCFG_NTDLL_EXPORTS
impl Copy for _RTL_SCPCFG_NTDLL_EXPORTS
Auto Trait Implementations§
impl Freeze for _RTL_SCPCFG_NTDLL_EXPORTS
impl RefUnwindSafe for _RTL_SCPCFG_NTDLL_EXPORTS
impl !Send for _RTL_SCPCFG_NTDLL_EXPORTS
impl !Sync for _RTL_SCPCFG_NTDLL_EXPORTS
impl Unpin for _RTL_SCPCFG_NTDLL_EXPORTS
impl UnwindSafe for _RTL_SCPCFG_NTDLL_EXPORTS
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