#[repr(C)]pub struct Emojicode_ProtocolDispatchTable {
pub protocolsTable: *mut *mut *mut Emojicode_Function,
pub protocolsOffset: u64,
pub protocolsMaxIndex: u64,
}
Fields§
§protocolsTable: *mut *mut *mut Emojicode_Function
§protocolsOffset: u64
§protocolsMaxIndex: u64
Trait Implementations§
Source§impl Clone for Emojicode_ProtocolDispatchTable
impl Clone for Emojicode_ProtocolDispatchTable
Source§fn clone(&self) -> Emojicode_ProtocolDispatchTable
fn clone(&self) -> Emojicode_ProtocolDispatchTable
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 moreimpl Copy for Emojicode_ProtocolDispatchTable
Auto Trait Implementations§
impl Freeze for Emojicode_ProtocolDispatchTable
impl RefUnwindSafe for Emojicode_ProtocolDispatchTable
impl !Send for Emojicode_ProtocolDispatchTable
impl !Sync for Emojicode_ProtocolDispatchTable
impl Unpin for Emojicode_ProtocolDispatchTable
impl UnwindSafe for Emojicode_ProtocolDispatchTable
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