[−][src]Struct sunrise_loader::LoaderIface
Struct implementing the ldr:shel service.
Trait Implementations
impl Clone for LoaderIface
[src]
fn clone(&self) -> LoaderIface
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for LoaderIface
[src]
impl Default for LoaderIface
[src]
fn default() -> LoaderIface
[src]
impl ILoaderInterfaceAsync for LoaderIface
[src]
fn create_title(
&mut self,
_workqueue: WorkQueue<'static>,
title_name: &[u8],
args: &[u8],
env: &[u8]
) -> FutureObj<Result<u64, Error>>
[src]
&mut self,
_workqueue: WorkQueue<'static>,
title_name: &[u8],
args: &[u8],
env: &[u8]
) -> FutureObj<Result<u64, Error>>
fn launch_title(
&mut self,
workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<(), Error>>
[src]
&mut self,
workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<(), Error>>
fn wait(
&mut self,
workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<u32, Error>>
[src]
&mut self,
workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<u32, Error>>
fn get_state(
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<u8, Error>>
[src]
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<u8, Error>>
fn get_process_state_changed_event(
&mut self,
_workqueue: WorkQueue<'static>
) -> FutureObj<Result<HandleRef<'static>, Error>>
[src]
&mut self,
_workqueue: WorkQueue<'static>
) -> FutureObj<Result<HandleRef<'static>, Error>>
fn kill(
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<(), Error>>
[src]
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64
) -> FutureObj<Result<(), Error>>
fn get_name<'a>(
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64,
name: &'a mut [u8]
) -> FutureObj<'a, Result<u64, Error>>
[src]
&mut self,
_workqueue: WorkQueue<'static>,
pid: u64,
name: &'a mut [u8]
) -> FutureObj<'a, Result<u64, Error>>
fn dispatch(
&'a mut self,
work_queue: WorkQueue<'static>,
cmdid: u32,
buf: &'a mut [u8]
) -> FutureObj<'a, Result<(), Error>>
[src]
&'a mut self,
work_queue: WorkQueue<'static>,
cmdid: u32,
buf: &'a mut [u8]
) -> FutureObj<'a, Result<(), Error>>
Auto Trait Implementations
impl RefUnwindSafe for LoaderIface
impl Send for LoaderIface
impl Sync for LoaderIface
impl Unpin for LoaderIface
impl UnwindSafe for LoaderIface
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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]
fn size(&self) -> usize
[src]
fn is_cool(addr: usize, size: usize) -> bool
[src]
unsafe fn from_raw_parts<'a>(addr: usize, _size: usize) -> &'a T
[src]
unsafe fn from_raw_parts_mut<'a>(addr: usize, _size: usize) -> &'a mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,