pub struct Feature(/* private fields */);Implementations§
Source§impl Feature
impl Feature
Sourcepub const STATE_LOGIC_PARALLEL: Self
pub const STATE_LOGIC_PARALLEL: Self
State, logic, and parallel modes supported
Sourcepub const STATE_LOGIC_PARALLEL_PINCTRL: Self
pub const STATE_LOGIC_PARALLEL_PINCTRL: Self
State, logic, and parallel modes, plus pin control registers supported
Trait Implementations§
Source§impl Ord for Feature
impl Ord for Feature
Source§impl PartialOrd for Feature
impl PartialOrd for Feature
impl Copy for Feature
impl Eq for Feature
impl StructuralPartialEq for Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
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