pub struct Info {
pub name: &'static str,
pub version: &'static str,
pub author: &'static str,
pub charset: &'static str,
pub prefix: &'static str,
pub magic: u8,
pub padding: char,
pub checksum: &'static str,
}Expand description
DX 编码信息
Fields§
§name: &'static str§version: &'static str§charset: &'static str§prefix: &'static str§magic: u8§padding: char§checksum: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnsafeUnpin for Info
impl UnwindSafe for Info
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