#[repr(C)]pub struct ArkWeb_AnyNativeAPI {
pub size: usize,
}Available on crate features
api-11 and api-12 only.Expand description
Defines the native API type of any size.
Available since API-level: 12
Fields§
§size: usizeDefines the size information of the native API set.
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