pub struct lookup_map_t {
pub index: LookupIndex,
pub auto_zwnj: bool,
pub auto_zwj: bool,
pub random: bool,
pub mask: u32,
pub per_syllable: bool,
}
Fields§
§index: LookupIndex
§auto_zwnj: bool
§auto_zwj: bool
§random: bool
§mask: u32
§per_syllable: bool
Trait Implementations§
Source§impl Clone for lookup_map_t
impl Clone for lookup_map_t
Source§fn clone(&self) -> lookup_map_t
fn clone(&self) -> lookup_map_t
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 lookup_map_t
impl Debug for lookup_map_t
Source§impl Ord for lookup_map_t
impl Ord for lookup_map_t
Source§fn cmp(&self, other: &lookup_map_t) -> Ordering
fn cmp(&self, other: &lookup_map_t) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for lookup_map_t
impl PartialEq for lookup_map_t
Source§impl PartialOrd for lookup_map_t
impl PartialOrd for lookup_map_t
impl Copy for lookup_map_t
impl Eq for lookup_map_t
impl StructuralPartialEq for lookup_map_t
Auto Trait Implementations§
impl Freeze for lookup_map_t
impl RefUnwindSafe for lookup_map_t
impl Send for lookup_map_t
impl Sync for lookup_map_t
impl Unpin for lookup_map_t
impl UnwindSafe for lookup_map_t
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