#[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 · 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 FuriStringUTF8State
impl Debug for FuriStringUTF8State
Source§impl Hash for FuriStringUTF8State
impl Hash for FuriStringUTF8State
Source§impl PartialEq for FuriStringUTF8State
impl PartialEq for FuriStringUTF8State
impl Copy for FuriStringUTF8State
impl Eq for FuriStringUTF8State
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 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