pub struct SourceVersionCommand {
pub cmd: u32,
pub cmdsize: u32,
pub version: Version,
}
Fields§
§cmd: u32
§cmdsize: u32
§version: Version
Implementations§
Trait Implementations§
Source§impl Clone for SourceVersionCommand
impl Clone for SourceVersionCommand
Source§fn clone(&self) -> SourceVersionCommand
fn clone(&self) -> SourceVersionCommand
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 SourceVersionCommand
impl Debug for SourceVersionCommand
Source§impl PartialEq for SourceVersionCommand
impl PartialEq for SourceVersionCommand
impl Copy for SourceVersionCommand
impl Eq for SourceVersionCommand
impl StructuralPartialEq for SourceVersionCommand
Auto Trait Implementations§
impl Freeze for SourceVersionCommand
impl RefUnwindSafe for SourceVersionCommand
impl Send for SourceVersionCommand
impl Sync for SourceVersionCommand
impl Unpin for SourceVersionCommand
impl UnwindSafe for SourceVersionCommand
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