Struct windows_native::ntexapi::SYSTEM_CALL_COUNT_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_CALL_COUNT_INFORMATION {
pub Length: u32,
pub NumberOfTables: u32,
}Fieldsยง
ยงLength: u32ยงNumberOfTables: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_CALL_COUNT_INFORMATION
impl Send for SYSTEM_CALL_COUNT_INFORMATION
impl Sync for SYSTEM_CALL_COUNT_INFORMATION
impl Unpin for SYSTEM_CALL_COUNT_INFORMATION
impl UnwindSafe for SYSTEM_CALL_COUNT_INFORMATION
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