Enum Autopcs
pub enum Autopcs {
_0 = 0,
_1 = 1,
}Expand description
Automatic PCS
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Autopcs
impl Eq for Autopcs
impl StructuralPartialEq for Autopcs
Auto Trait Implementations§
impl Freeze for Autopcs
impl RefUnwindSafe for Autopcs
impl Send for Autopcs
impl Sync for Autopcs
impl Unpin for Autopcs
impl UnwindSafe for Autopcs
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