pub struct Membership {
pub radical: char,
pub kanji: &'static [char],
pub strokes: u8,
}Expand description
The kanji that contain a radical
Fields§
§radical: charThe radical
kanji: &'static [char]The kanjis that contain the radical
strokes: u8The number of strokes to draw the radical
Auto Trait Implementations§
impl Freeze for Membership
impl RefUnwindSafe for Membership
impl Send for Membership
impl Sync for Membership
impl Unpin for Membership
impl UnwindSafe for Membership
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