Struct windows::Win32::System::SystemServices::SCOPE_TABLE_ARM64
#[repr(C)]pub struct SCOPE_TABLE_ARM64 {
pub Count: u32,
pub ScopeRecord: [SCOPE_TABLE_ARM64_0; 1],
}
Fields§
§Count: u32
§ScopeRecord: [SCOPE_TABLE_ARM64_0; 1]
Trait Implementations§
§impl Clone for SCOPE_TABLE_ARM64
impl Clone for SCOPE_TABLE_ARM64
§fn clone(&self) -> SCOPE_TABLE_ARM64
fn clone(&self) -> SCOPE_TABLE_ARM64
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_ARM64
impl Debug for SCOPE_TABLE_ARM64
§impl Default for SCOPE_TABLE_ARM64
impl Default for SCOPE_TABLE_ARM64
§impl PartialEq for SCOPE_TABLE_ARM64
impl PartialEq for SCOPE_TABLE_ARM64
§fn eq(&self, other: &SCOPE_TABLE_ARM64) -> bool
fn eq(&self, other: &SCOPE_TABLE_ARM64) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCOPE_TABLE_ARM64
impl Eq for SCOPE_TABLE_ARM64
impl StructuralPartialEq for SCOPE_TABLE_ARM64
Auto Trait Implementations§
impl Freeze for SCOPE_TABLE_ARM64
impl RefUnwindSafe for SCOPE_TABLE_ARM64
impl Send for SCOPE_TABLE_ARM64
impl Sync for SCOPE_TABLE_ARM64
impl Unpin for SCOPE_TABLE_ARM64
impl UnwindSafe for SCOPE_TABLE_ARM64
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
)