Struct windows_metadata::writer::AssemblyRef
source · [−]pub struct AssemblyRef {
pub major_version: u16,
pub minor_version: u16,
pub build_number: u16,
pub revision_number: u16,
pub name: String,
}
Fields
major_version: u16
minor_version: u16
build_number: u16
revision_number: u16
name: String
Implementations
sourceimpl AssemblyRef
impl AssemblyRef
Trait Implementations
sourceimpl Clone for AssemblyRef
impl Clone for AssemblyRef
sourcefn clone(&self) -> AssemblyRef
fn clone(&self) -> AssemblyRef
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for AssemblyRef
impl Default for AssemblyRef
sourcefn default() -> AssemblyRef
fn default() -> AssemblyRef
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AssemblyRef
impl Send for AssemblyRef
impl Sync for AssemblyRef
impl Unpin for AssemblyRef
impl UnwindSafe for AssemblyRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more