Struct swash::text::cluster::ClusterInfo
source · pub struct ClusterInfo(pub u16);
Expand description
Information about a cluster including content properties and boundary analysis.
Tuple Fields§
§0: u16
Implementations§
source§impl ClusterInfo
impl ClusterInfo
sourcepub fn is_broken(self) -> bool
pub fn is_broken(self) -> bool
Returns true if the cluster is missing an appropriate base character.
sourcepub fn is_whitespace(self) -> bool
pub fn is_whitespace(self) -> bool
Returns true if the cluster is whitespace.
sourcepub fn whitespace(self) -> Whitespace
pub fn whitespace(self) -> Whitespace
Returns the whitespace content of the cluster.
sourcepub fn is_boundary(self) -> bool
pub fn is_boundary(self) -> bool
Returns true if the cluster is a boundary.
Trait Implementations§
source§impl Clone for ClusterInfo
impl Clone for ClusterInfo
source§fn clone(&self) -> ClusterInfo
fn clone(&self) -> ClusterInfo
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 ClusterInfo
impl Debug for ClusterInfo
source§impl Default for ClusterInfo
impl Default for ClusterInfo
source§fn default() -> ClusterInfo
fn default() -> ClusterInfo
Returns the “default value” for a type. Read more
source§impl PartialEq for ClusterInfo
impl PartialEq for ClusterInfo
impl Copy for ClusterInfo
impl Eq for ClusterInfo
impl StructuralPartialEq for ClusterInfo
Auto Trait Implementations§
impl Freeze for ClusterInfo
impl RefUnwindSafe for ClusterInfo
impl Send for ClusterInfo
impl Sync for ClusterInfo
impl Unpin for ClusterInfo
impl UnwindSafe for ClusterInfo
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
)