Enum Pltf
pub enum Pltf {
_0 = 0,
_1 = 1,
}Expand description
Pin Low Timeout Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pltf
impl Eq for Pltf
impl StructuralPartialEq for Pltf
Auto Trait Implementations§
impl Freeze for Pltf
impl RefUnwindSafe for Pltf
impl Send for Pltf
impl Sync for Pltf
impl Unpin for Pltf
impl UnwindSafe for Pltf
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