pub struct AccessMethodData {
pub raw: u8,
pub value: AccessMethod,
}
Expand description
§System Event Log - Access Method Data
Fields§
§raw: u8
Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: AccessMethod
The contained AccessMethod value
Trait Implementations§
Source§impl Debug for AccessMethodData
impl Debug for AccessMethodData
Source§impl Deref for AccessMethodData
impl Deref for AccessMethodData
Source§impl From<u8> for AccessMethodData
impl From<u8> for AccessMethodData
Auto Trait Implementations§
impl Freeze for AccessMethodData
impl RefUnwindSafe for AccessMethodData
impl Send for AccessMethodData
impl Sync for AccessMethodData
impl Unpin for AccessMethodData
impl UnwindSafe for AccessMethodData
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