pub struct RdmReceiverMetadata {
pub device_model_id: u16,
pub product_category: u16,
pub software_version_id: u32,
pub software_version_label: &'static str,
}
Fields§
§device_model_id: u16
§product_category: u16
§software_version_id: u32
§software_version_label: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdmReceiverMetadata
impl RefUnwindSafe for RdmReceiverMetadata
impl Send for RdmReceiverMetadata
impl Sync for RdmReceiverMetadata
impl Unpin for RdmReceiverMetadata
impl UnwindSafe for RdmReceiverMetadata
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