pub struct Creator {
pub name: Option<String>,
pub version: Option<String>,
}Expand description
创建应用程序信息(ofd:Creator + ofd:CreatorVersion)。
对应 Java: ofdrw Creator + CreatorVersion 字段。
Fields§
§name: Option<String>创建应用程序名称(ofd:Creator)。
version: Option<String>创建应用程序版本(ofd:CreatorVersion)。
Implementations§
Trait Implementations§
impl Eq for Creator
impl StructuralPartialEq for Creator
Auto Trait Implementations§
impl Freeze for Creator
impl RefUnwindSafe for Creator
impl Send for Creator
impl Sync for Creator
impl Unpin for Creator
impl UnsafeUnpin for Creator
impl UnwindSafe for Creator
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