pub struct ReviewPoint {
pub paragraph_ordinal: usize,
pub utf8: u32,
pub utf16: u32,
}Fields§
§paragraph_ordinal: usize§utf8: u32§utf16: u32Trait Implementations§
Source§impl Clone for ReviewPoint
impl Clone for ReviewPoint
Source§fn clone(&self) -> ReviewPoint
fn clone(&self) -> ReviewPoint
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 ReviewPoint
Source§impl Debug for ReviewPoint
impl Debug for ReviewPoint
impl Eq for ReviewPoint
Source§impl PartialEq for ReviewPoint
impl PartialEq for ReviewPoint
impl StructuralPartialEq for ReviewPoint
Auto Trait Implementations§
impl Freeze for ReviewPoint
impl RefUnwindSafe for ReviewPoint
impl Send for ReviewPoint
impl Sync for ReviewPoint
impl Unpin for ReviewPoint
impl UnsafeUnpin for ReviewPoint
impl UnwindSafe for ReviewPoint
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