pub struct 码表项 {
pub 词: String,
pub 全码: String,
pub 全码排名: u8,
pub 简码: String,
pub 简码排名: u8,
}Expand description
用于输出为文本码表,包含了名称、全码、简码、全码排名和简码排名
Fields§
§词: String§全码: String§全码排名: u8§简码: String§简码排名: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for 码表项
impl RefUnwindSafe for 码表项
impl Send for 码表项
impl Sync for 码表项
impl Unpin for 码表项
impl UnsafeUnpin for 码表项
impl UnwindSafe for 码表项
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