pub type PathR = FieldReader<Pathselect>;
Expand description
Field PATH
reader - Path Selection
Aliased Type§
struct PathR { /* private fields */ }
Implementations§
Source§impl PathR
impl PathR
Sourcepub const fn variant(&self) -> Option<Pathselect>
pub const fn variant(&self) -> Option<Pathselect>
Get enumerated values variant
Sourcepub fn is_synchronous(&self) -> bool
pub fn is_synchronous(&self) -> bool
Synchronous path
Sourcepub fn is_resynchronized(&self) -> bool
pub fn is_resynchronized(&self) -> bool
Resynchronized path
Sourcepub fn is_asynchronous(&self) -> bool
pub fn is_asynchronous(&self) -> bool
Asynchronous path