[−][src]Struct sunrise_ahci::AhciInterface
Main interface to the AHCI driver.
Registered under the name "ahci:\0"
to the Service Manager, after the discovery stage.
Provides an endpoint to get the number of discovered disks, and another one to get a session to a given disk.
As hotplug/remove of a disk is not supported, a disk id remains valid for the whole lifetime of the ahci driver.
Trait Implementations
impl AhciInterface for AhciInterface
[src][+]
impl Clone for AhciInterface
[src][+]
impl Debug for AhciInterface
[src][+]
impl Default for AhciInterface
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for AhciInterface
impl Send for AhciInterface
impl Sync for AhciInterface
impl Unpin for AhciInterface
impl UnwindSafe for AhciInterface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> SizedIPCBuffer for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,