pub enum CFRegister {
FS0,
FS1,
FA0,
FA1,
FA2,
FA3,
FA4,
FA5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CFRegister
impl Clone for CFRegister
Source§fn clone(&self) -> CFRegister
fn clone(&self) -> CFRegister
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 CFRegister
impl Debug for CFRegister
Source§impl Display for CFRegister
impl Display for CFRegister
Source§impl PartialEq for CFRegister
impl PartialEq for CFRegister
Source§impl TryFrom<&str> for CFRegister
impl TryFrom<&str> for CFRegister
Source§impl TryFrom<u16> for CFRegister
impl TryFrom<u16> for CFRegister
impl Copy for CFRegister
impl StructuralPartialEq for CFRegister
Auto Trait Implementations§
impl Freeze for CFRegister
impl RefUnwindSafe for CFRegister
impl Send for CFRegister
impl Sync for CFRegister
impl Unpin for CFRegister
impl UnwindSafe for CFRegister
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