pub enum PinParentDevice {
ParentId(u32),
Direction(u32),
Prio(u32),
State(u32),
PhaseOffset(i64),
}Available on crate feature
dpll only.Variants§
ParentId(u32)
Direction(u32)
Associated type: PinDirection (enum)
Prio(u32)
State(u32)
Associated type: PinState (enum)
PhaseOffset(i64)
Implementations§
Source§impl PinParentDevice
impl PinParentDevice
pub fn new<'a>(buf: &'a [u8]) -> IterablePinParentDevice<'a> ⓘ
Trait Implementations§
Source§impl Clone for PinParentDevice
impl Clone for PinParentDevice
Source§fn clone(&self) -> PinParentDevice
fn clone(&self) -> PinParentDevice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PinParentDevice
impl RefUnwindSafe for PinParentDevice
impl Send for PinParentDevice
impl Sync for PinParentDevice
impl Unpin for PinParentDevice
impl UnsafeUnpin for PinParentDevice
impl UnwindSafe for PinParentDevice
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