pub struct DmxControllerConfig {
pub rdm_uid: UniqueIdentifier,
}
Fields§
§rdm_uid: UniqueIdentifier
Trait Implementations§
Source§impl Debug for DmxControllerConfig
impl Debug for DmxControllerConfig
Auto Trait Implementations§
impl Freeze for DmxControllerConfig
impl RefUnwindSafe for DmxControllerConfig
impl Send for DmxControllerConfig
impl Sync for DmxControllerConfig
impl Unpin for DmxControllerConfig
impl UnwindSafe for DmxControllerConfig
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