pub enum GenDigZone {
Config,
Otp,
Data,
}Expand description
param1 zone bits.
Variants§
Config
Pull source data from the config zone.
Otp
Pull source data from the OTP zone.
Data
Pull source data from a data slot.
Implementations§
Trait Implementations§
Source§impl Clone for GenDigZone
impl Clone for GenDigZone
Source§fn clone(&self) -> GenDigZone
fn clone(&self) -> GenDigZone
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 moreSource§impl Debug for GenDigZone
impl Debug for GenDigZone
Source§impl PartialEq for GenDigZone
impl PartialEq for GenDigZone
impl Copy for GenDigZone
impl Eq for GenDigZone
impl StructuralPartialEq for GenDigZone
Auto Trait Implementations§
impl Freeze for GenDigZone
impl RefUnwindSafe for GenDigZone
impl Send for GenDigZone
impl Sync for GenDigZone
impl Unpin for GenDigZone
impl UnsafeUnpin for GenDigZone
impl UnwindSafe for GenDigZone
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