Struct swash::text::cluster::SourceRange
source · pub struct SourceRange {
pub start: u32,
pub end: u32,
}
Expand description
Source range of a cluster in code units.
Fields§
§start: u32
§end: u32
Implementations§
Trait Implementations§
source§impl Clone for SourceRange
impl Clone for SourceRange
source§fn clone(&self) -> SourceRange
fn clone(&self) -> SourceRange
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 moresource§impl Debug for SourceRange
impl Debug for SourceRange
source§impl Display for SourceRange
impl Display for SourceRange
source§impl From<SourceRange> for Range<usize>
impl From<SourceRange> for Range<usize>
source§fn from(s: SourceRange) -> Self
fn from(s: SourceRange) -> Self
Converts to this type from the input type.
impl Copy for SourceRange
Auto Trait Implementations§
impl Freeze for SourceRange
impl RefUnwindSafe for SourceRange
impl Send for SourceRange
impl Sync for SourceRange
impl Unpin for SourceRange
impl UnwindSafe for SourceRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)