pub struct Format {
pub name: &'static str,
pub public_version: u32,
pub private_version: u32,
pub purpose: u32,
pub script_type: &'static str,
}Fields§
§name: &'static str§public_version: u32§private_version: u32§purpose: u32§script_type: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Format
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnsafeUnpin for Format
impl UnwindSafe for Format
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