struct hangul_shape_plan_t {
    mask_array: [u32; 4],
}Fields§
§mask_array: [u32; 4]Auto Trait Implementations§
impl Freeze for hangul_shape_plan_t
impl RefUnwindSafe for hangul_shape_plan_t
impl Send for hangul_shape_plan_t
impl Sync for hangul_shape_plan_t
impl Unpin for hangul_shape_plan_t
impl UnwindSafe for hangul_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