Struct UCharIteratorOrigin
#[repr(transparent)]pub struct UCharIteratorOrigin(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UCharIteratorOrigin
impl Clone for UCharIteratorOrigin
§fn clone(&self) -> UCharIteratorOrigin
fn clone(&self) -> UCharIteratorOrigin
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 more§impl Debug for UCharIteratorOrigin
impl Debug for UCharIteratorOrigin
§impl Default for UCharIteratorOrigin
impl Default for UCharIteratorOrigin
§fn default() -> UCharIteratorOrigin
fn default() -> UCharIteratorOrigin
Returns the “default value” for a type. Read more
§impl PartialEq for UCharIteratorOrigin
impl PartialEq for UCharIteratorOrigin
impl Copy for UCharIteratorOrigin
impl Eq for UCharIteratorOrigin
impl StructuralPartialEq for UCharIteratorOrigin
Auto Trait Implementations§
impl Freeze for UCharIteratorOrigin
impl RefUnwindSafe for UCharIteratorOrigin
impl Send for UCharIteratorOrigin
impl Sync for UCharIteratorOrigin
impl Unpin for UCharIteratorOrigin
impl UnwindSafe for UCharIteratorOrigin
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