pub struct OwnedApp { /* private fields */ }
Expand description
The self-referencing struct.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OwnedApp
impl Send for OwnedApp
impl Sync for OwnedApp
impl Unpin for OwnedApp
impl !UnwindSafe for OwnedApp
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self
file descriptor.