pub enum PinParentPin {
ParentId(u32),
State(u32),
}Available on crate feature
dpll only.Variants§
Implementations§
Source§impl PinParentPin
impl PinParentPin
pub fn new<'a>(buf: &'a [u8]) -> IterablePinParentPin<'a> ⓘ
Trait Implementations§
Source§impl Clone for PinParentPin
impl Clone for PinParentPin
Source§fn clone(&self) -> PinParentPin
fn clone(&self) -> PinParentPin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PinParentPin
impl RefUnwindSafe for PinParentPin
impl Send for PinParentPin
impl Sync for PinParentPin
impl Unpin for PinParentPin
impl UnsafeUnpin for PinParentPin
impl UnwindSafe for PinParentPin
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