pub struct arabic_shape_plan_t {
mask_array: [u32; 8],
has_stch: bool,
}
Fields§
§mask_array: [u32; 8]
§has_stch: bool
Auto Trait Implementations§
impl Freeze for arabic_shape_plan_t
impl RefUnwindSafe for arabic_shape_plan_t
impl Send for arabic_shape_plan_t
impl Sync for arabic_shape_plan_t
impl Unpin for arabic_shape_plan_t
impl UnwindSafe for arabic_shape_plan_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