pub struct RdmResponderConfig {
pub uid: UniqueIdentifier,
pub supported_pids: &'static [u16],
pub rdm_receiver_metadata: RdmReceiverMetadata,
}
Fields§
§uid: UniqueIdentifier
The unique id that is used as a source id in the packages.
supported_pids: &'static [u16]
An array that contains all the supported pids excluding once that are required by the standard.
rdm_receiver_metadata: RdmReceiverMetadata
Additional metadata of the RDM-receiver.
Auto Trait Implementations§
impl Freeze for RdmResponderConfig
impl RefUnwindSafe for RdmResponderConfig
impl Send for RdmResponderConfig
impl Sync for RdmResponderConfig
impl Unpin for RdmResponderConfig
impl UnwindSafe for RdmResponderConfig
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