pub struct LibraryHeader {
pub version: u32,
pub system_id: String,
pub date: String,
pub file_version: u32,
}Fields§
§version: u32§system_id: String§date: String§file_version: u32Trait Implementations§
Source§impl Clone for LibraryHeader
impl Clone for LibraryHeader
Source§fn clone(&self) -> LibraryHeader
fn clone(&self) -> LibraryHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LibraryHeader
impl Debug for LibraryHeader
Source§impl Default for LibraryHeader
impl Default for LibraryHeader
Source§fn default() -> LibraryHeader
fn default() -> LibraryHeader
Returns the “default value” for a type. Read more
Source§impl PartialEq for LibraryHeader
impl PartialEq for LibraryHeader
Source§impl PartialOrd for LibraryHeader
impl PartialOrd for LibraryHeader
impl StructuralPartialEq for LibraryHeader
Auto Trait Implementations§
impl Freeze for LibraryHeader
impl RefUnwindSafe for LibraryHeader
impl Send for LibraryHeader
impl Sync for LibraryHeader
impl Unpin for LibraryHeader
impl UnwindSafe for LibraryHeader
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