CptcrW

Trait CptcrW 

Source
pub trait CptcrW<REG: CptcrW> {
    // Required method
    fn set_swcpt(&mut self) -> &mut Self;
}

Required Methods§

Source

fn set_swcpt(&mut self) -> &mut Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<REG: CptcrW> CptcrW<REG> for W<REG>