#[repr(transparent)]pub struct FuriStringUTF8State(pub c_uchar);Expand description
State of the UTF8 decoding machine state
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriStringUTF8State
impl Clone for FuriStringUTF8State
Source§fn clone(&self) -> FuriStringUTF8State
fn clone(&self) -> FuriStringUTF8State
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 moreimpl Copy for FuriStringUTF8State
Source§impl Debug for FuriStringUTF8State
impl Debug for FuriStringUTF8State
impl Eq for FuriStringUTF8State
Source§impl Hash for FuriStringUTF8State
impl Hash for FuriStringUTF8State
Source§impl PartialEq for FuriStringUTF8State
impl PartialEq for FuriStringUTF8State
Source§fn eq(&self, other: &FuriStringUTF8State) -> bool
fn eq(&self, other: &FuriStringUTF8State) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FuriStringUTF8State
Auto Trait Implementations§
impl Freeze for FuriStringUTF8State
impl RefUnwindSafe for FuriStringUTF8State
impl Send for FuriStringUTF8State
impl Sync for FuriStringUTF8State
impl Unpin for FuriStringUTF8State
impl UnsafeUnpin for FuriStringUTF8State
impl UnwindSafe for FuriStringUTF8State
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