Struct windows::Win32::System::SystemServices::SCOPE_TABLE_ARM
#[repr(C)]pub struct SCOPE_TABLE_ARM {
pub Count: u32,
pub ScopeRecord: [SCOPE_TABLE_ARM_0; 1],
}
Fields§
§Count: u32
§ScopeRecord: [SCOPE_TABLE_ARM_0; 1]
Trait Implementations§
§impl Clone for SCOPE_TABLE_ARM
impl Clone for SCOPE_TABLE_ARM
§fn clone(&self) -> SCOPE_TABLE_ARM
fn clone(&self) -> SCOPE_TABLE_ARM
Returns a copy 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 SCOPE_TABLE_ARM
impl Debug for SCOPE_TABLE_ARM
§impl Default for SCOPE_TABLE_ARM
impl Default for SCOPE_TABLE_ARM
§impl PartialEq for SCOPE_TABLE_ARM
impl PartialEq for SCOPE_TABLE_ARM
§fn eq(&self, other: &SCOPE_TABLE_ARM) -> bool
fn eq(&self, other: &SCOPE_TABLE_ARM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCOPE_TABLE_ARM
impl Eq for SCOPE_TABLE_ARM
impl StructuralPartialEq for SCOPE_TABLE_ARM
Auto Trait Implementations§
impl Freeze for SCOPE_TABLE_ARM
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)