pub struct Manager {
pub registers: RegisterContainer,
pub intc: Container<Box<dyn Interface>>,
pub timer: Container<Box<dyn Interface>>,
pub probe_kind: ProbeData,
}
Fields§
§registers: RegisterContainer
§intc: Container<Box<dyn Interface>>
§timer: Container<Box<dyn Interface>>
§probe_kind: ProbeData
Implementations§
Source§impl Manager
impl Manager
pub fn new(driver_info_kind: DriverInfoKind) -> Manager
pub fn probe_intc(&mut self) -> Result<(), DriverError>
pub fn probe_timer(&mut self) -> Result<(), DriverError>
pub fn probe(&mut self) -> Result<(), DriverError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Manager
impl !RefUnwindSafe for Manager
impl Send for Manager
impl !Sync for Manager
impl Unpin for Manager
impl !UnwindSafe for Manager
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