[−][src]Struct skyline::nn::friends::AsyncContext
Fields
_address: u8
Methods
impl AsyncContext
[src][−]
pub unsafe fn GetSystemEvent(&mut self, arg1: *mut SystemEvent) -> u32
[src]
pub unsafe fn GetResult(&self) -> u32
[src]
pub unsafe fn new() -> AsyncContext
[src]
pub unsafe fn destruct(&mut self)
[src]
Trait Implementations
impl Debug for AsyncContext
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for AsyncContext
impl Send for AsyncContext
impl Sync for AsyncContext
impl Unpin for AsyncContext
impl UnwindSafe for AsyncContext
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, 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>,