pub type RECIPIENT_R = FieldReader<u8, RECIPIENT_A>;
Expand description
Field RECIPIENT
reader - Data transfer type
Aliased Type§
struct RECIPIENT_R { /* private fields */ }
Implementations§
Source§impl RECIPIENT_R
impl RECIPIENT_R
Sourcepub fn variant(&self) -> Option<RECIPIENT_A>
pub fn variant(&self) -> Option<RECIPIENT_A>
Get enumerated values variant
Sourcepub fn is_interface(&self) -> bool
pub fn is_interface(&self) -> bool
Checks if the value of the field is INTERFACE
Sourcepub fn is_endpoint(&self) -> bool
pub fn is_endpoint(&self) -> bool
Checks if the value of the field is ENDPOINT