pub struct GroupcastTestingEvent {
pub source_ip_address: Option<u8>,
pub destination_ip_address: Option<u8>,
pub group_id: Option<u16>,
pub endpoint_id: Option<u8>,
pub cluster_id: Option<u32>,
pub element_id: Option<u32>,
pub access_allowed: Option<bool>,
pub groupcast_test_result: Option<GroupcastTestResult>,
}Fields§
§source_ip_address: Option<u8>§destination_ip_address: Option<u8>§group_id: Option<u16>§endpoint_id: Option<u8>§cluster_id: Option<u32>§element_id: Option<u32>§access_allowed: Option<bool>§groupcast_test_result: Option<GroupcastTestResult>Trait Implementations§
Source§impl Debug for GroupcastTestingEvent
impl Debug for GroupcastTestingEvent
Auto Trait Implementations§
impl Freeze for GroupcastTestingEvent
impl RefUnwindSafe for GroupcastTestingEvent
impl Send for GroupcastTestingEvent
impl Sync for GroupcastTestingEvent
impl Unpin for GroupcastTestingEvent
impl UnsafeUnpin for GroupcastTestingEvent
impl UnwindSafe for GroupcastTestingEvent
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