pub struct AccessControlTarget {
pub cluster: Option<u32>,
pub endpoint: Option<u16>,
pub device_type: Option<u32>,
}Fields§
§cluster: Option<u32>§endpoint: Option<u16>§device_type: Option<u32>Trait Implementations§
Source§impl Debug for AccessControlTarget
impl Debug for AccessControlTarget
Auto Trait Implementations§
impl Freeze for AccessControlTarget
impl RefUnwindSafe for AccessControlTarget
impl Send for AccessControlTarget
impl Sync for AccessControlTarget
impl Unpin for AccessControlTarget
impl UnwindSafe for AccessControlTarget
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