#[repr(C)]pub struct ArkWeb_AnyNativeAPI {
pub size: usize,
}Expand description
@brief Defines the native API type of any size.
@since 12
Fields§
§size: usizeDefines the size information of the native API set.
Trait Implementations§
Source§impl Clone for ArkWeb_AnyNativeAPI
impl Clone for ArkWeb_AnyNativeAPI
Source§fn clone(&self) -> ArkWeb_AnyNativeAPI
fn clone(&self) -> ArkWeb_AnyNativeAPI
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 moreSource§impl Debug for ArkWeb_AnyNativeAPI
impl Debug for ArkWeb_AnyNativeAPI
impl Copy for ArkWeb_AnyNativeAPI
Auto Trait Implementations§
impl Freeze for ArkWeb_AnyNativeAPI
impl RefUnwindSafe for ArkWeb_AnyNativeAPI
impl Send for ArkWeb_AnyNativeAPI
impl Sync for ArkWeb_AnyNativeAPI
impl Unpin for ArkWeb_AnyNativeAPI
impl UnsafeUnpin for ArkWeb_AnyNativeAPI
impl UnwindSafe for ArkWeb_AnyNativeAPI
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