#[repr(transparent)]pub struct ArkWeb_WebMessageType(pub c_uint);Available on crate features
api-11 and api-12 only.Expand description
Defines the data type carried in a ArkWeb_WebMessage.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkWeb_WebMessageType
impl ArkWeb_WebMessageType
Sourcepub const ARKWEB_NONE: ArkWeb_WebMessageType
pub const ARKWEB_NONE: ArkWeb_WebMessageType
Represent error data
Sourcepub const ARKWEB_STRING: ArkWeb_WebMessageType
pub const ARKWEB_STRING: ArkWeb_WebMessageType
The data carried in the ArkWeb_WebMessage is string.
Sourcepub const ARKWEB_BUFFER: ArkWeb_WebMessageType
pub const ARKWEB_BUFFER: ArkWeb_WebMessageType
The data carried in the ArkWeb_WebMessage is buffer(uint8_t).
Trait Implementations§
Source§impl Clone for ArkWeb_WebMessageType
impl Clone for ArkWeb_WebMessageType
Source§fn clone(&self) -> ArkWeb_WebMessageType
fn clone(&self) -> ArkWeb_WebMessageType
Returns a duplicate 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 moreSource§impl Debug for ArkWeb_WebMessageType
impl Debug for ArkWeb_WebMessageType
Source§impl Hash for ArkWeb_WebMessageType
impl Hash for ArkWeb_WebMessageType
Source§impl PartialEq for ArkWeb_WebMessageType
impl PartialEq for ArkWeb_WebMessageType
impl Copy for ArkWeb_WebMessageType
impl Eq for ArkWeb_WebMessageType
impl StructuralPartialEq for ArkWeb_WebMessageType
Auto Trait Implementations§
impl Freeze for ArkWeb_WebMessageType
impl RefUnwindSafe for ArkWeb_WebMessageType
impl Send for ArkWeb_WebMessageType
impl Sync for ArkWeb_WebMessageType
impl Unpin for ArkWeb_WebMessageType
impl UnsafeUnpin for ArkWeb_WebMessageType
impl UnwindSafe for ArkWeb_WebMessageType
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