#[repr(C)]pub struct SAM_REGISTER_MAPPING_TABLE {
pub Count: u32,
pub Lists: *mut SAM_REGISTER_MAPPING_LIST,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Count: u32§Lists: *mut SAM_REGISTER_MAPPING_LISTTrait Implementations§
§impl Clone for SAM_REGISTER_MAPPING_TABLE
impl Clone for SAM_REGISTER_MAPPING_TABLE
impl Copy for SAM_REGISTER_MAPPING_TABLE
Auto Trait Implementations§
impl RefUnwindSafe for SAM_REGISTER_MAPPING_TABLE
impl !Send for SAM_REGISTER_MAPPING_TABLE
impl !Sync for SAM_REGISTER_MAPPING_TABLE
impl Unpin for SAM_REGISTER_MAPPING_TABLE
impl UnwindSafe for SAM_REGISTER_MAPPING_TABLE
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