Struct wasmtime_wasi::sync::clocks::SystemClock
source · pub struct SystemClock(_);
Implementations§
source§impl SystemClock
impl SystemClock
pub fn new(ambient_authority: AmbientAuthority) -> SystemClock
Trait Implementations§
source§impl WasiSystemClock for SystemClock
impl WasiSystemClock for SystemClock
Auto Trait Implementations§
impl RefUnwindSafe for SystemClock
impl Send for SystemClock
impl Sync for SystemClock
impl Unpin for SystemClock
impl UnwindSafe for SystemClock
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.