Struct windows_sys::Win32::System::SystemServices::SCOPE_TABLE_ARM
[−]#[repr(C)]pub struct SCOPE_TABLE_ARM {
pub Count: u32,
pub ScopeRecord: [SCOPE_TABLE_ARM_0; 1],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Count: u32
ScopeRecord: [SCOPE_TABLE_ARM_0; 1]
Trait Implementations
impl Clone for SCOPE_TABLE_ARM
impl Clone for SCOPE_TABLE_ARM
impl Copy for SCOPE_TABLE_ARM
Auto Trait Implementations
impl RefUnwindSafe for SCOPE_TABLE_ARM
impl Send for SCOPE_TABLE_ARM
impl Sync for SCOPE_TABLE_ARM
impl Unpin for SCOPE_TABLE_ARM
impl UnwindSafe for SCOPE_TABLE_ARM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more