#[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§
Source§impl Abi for SCOPE_TABLE_ARM
impl Abi for SCOPE_TABLE_ARM
Source§type Abi = SCOPE_TABLE_ARM
type Abi = SCOPE_TABLE_ARM
The abi representation of the implementing type. Read more
type DefaultType = SCOPE_TABLE_ARM
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SCOPE_TABLE_ARM
impl Clone for SCOPE_TABLE_ARM
Source§fn clone(&self) -> SCOPE_TABLE_ARM
fn clone(&self) -> SCOPE_TABLE_ARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCOPE_TABLE_ARM
Source§impl Debug for SCOPE_TABLE_ARM
impl Debug for SCOPE_TABLE_ARM
Source§impl Default for SCOPE_TABLE_ARM
impl Default for SCOPE_TABLE_ARM
impl Eq 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 UnsafeUnpin 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