pub trait SysctlExt {
    // Required method
    fn constrain(self) -> Sysctl;
}
Expand description

Extension trait that constrains the SYSCTL peripheral

Required Methods§

source

fn constrain(self) -> Sysctl

Constrains the SYSCTL peripheral so it plays nicely with the other abstractions

Implementations on Foreign Types§

source§

impl SysctlExt for SYSCTL

Implementors§