pub struct RegisterDescription { /* private fields */ }Implementations§
Source§impl RegisterDescription
impl RegisterDescription
pub fn model_name(&self) -> &str
pub fn vendor_name(&self) -> &str
pub fn tooltip(&self) -> Option<&str>
pub fn standard_name_space(&self) -> StandardNameSpace
pub fn schema_major_version(&self) -> u64
pub fn schema_subminor_version(&self) -> u64
pub fn schema_minor_version(&self) -> u64
pub fn major_version(&self) -> u64
pub fn minor_version(&self) -> u64
pub fn subminor_version(&self) -> u64
pub fn product_guid(&self) -> &str
pub fn version_guid(&self) -> &str
Trait Implementations§
Source§impl Clone for RegisterDescription
impl Clone for RegisterDescription
Source§fn clone(&self) -> RegisterDescription
fn clone(&self) -> RegisterDescription
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 moreAuto Trait Implementations§
impl Freeze for RegisterDescription
impl RefUnwindSafe for RegisterDescription
impl Send for RegisterDescription
impl Sync for RegisterDescription
impl Unpin for RegisterDescription
impl UnwindSafe for RegisterDescription
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