#[repr(C)]pub struct Emojicode_Object {
pub __bindgen_anon_1: Emojicode_Object__bindgen_ty_1,
pub size: usize,
}
Fields§
§__bindgen_anon_1: Emojicode_Object__bindgen_ty_1
§size: usize
The size of this object: the size of the Object struct and the value area.
Trait Implementations§
Source§impl Clone for Emojicode_Object
impl Clone for Emojicode_Object
Source§fn clone(&self) -> Emojicode_Object
fn clone(&self) -> Emojicode_Object
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_Object
Auto Trait Implementations§
impl Freeze for Emojicode_Object
impl RefUnwindSafe for Emojicode_Object
impl !Send for Emojicode_Object
impl !Sync for Emojicode_Object
impl Unpin for Emojicode_Object
impl UnwindSafe for Emojicode_Object
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