pub struct RegisterContainer { /* private fields */ }Implementations§
Source§impl RegisterContainer
impl RegisterContainer
pub const fn new() -> RegisterContainer
pub fn add(&mut self, register: DriverRegister)
pub fn append(&mut self, register: &[DriverRegister])
pub fn unregistered(&self) -> Vec<DriverRegister>
Trait Implementations§
Source§impl Default for RegisterContainer
impl Default for RegisterContainer
Source§fn default() -> RegisterContainer
fn default() -> RegisterContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegisterContainer
impl RefUnwindSafe for RegisterContainer
impl Send for RegisterContainer
impl Sync for RegisterContainer
impl Unpin for RegisterContainer
impl UnwindSafe for RegisterContainer
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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