pub enum EnumImpl {}Trait Implementations§
Source§impl<T> BitOr<T> for EnumImpl
impl: only on impls
impl<T> BitOr<T> for EnumImpl
impl: only on impls
Source§type Output = FieldValues<RegisterImpl>
type Output = FieldValues<RegisterImpl>
The resulting type after applying the
| operator.Source§impl<T> BitXor<T> for EnumImpl
impl: only on impls
impl<T> BitXor<T> for EnumImpl
impl: only on impls
Source§type Output = FieldValues<RegisterImpl>
type Output = FieldValues<RegisterImpl>
The resulting type after applying the
^ operator.Source§impl From<EnumImpl> for FieldValues<RegisterImpl>
impl: only on impls
impl From<EnumImpl> for FieldValues<RegisterImpl>
impl: only on impls
Source§fn from(value: EnumImpl) -> FieldValues<RegisterImpl>
fn from(value: EnumImpl) -> FieldValues<RegisterImpl>
Converts to this type from the input type.
impl Copy for EnumImpl
impl Eq for EnumImpl
impl StructuralPartialEq for EnumImpl
Auto Trait Implementations§
impl Freeze for EnumImpl
impl RefUnwindSafe for EnumImpl
impl Send for EnumImpl
impl Sync for EnumImpl
impl Unpin for EnumImpl
impl UnwindSafe for EnumImpl
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