Skip to main content

zx_status_t

Type Alias zx_status_t 

Source
pub type zx_status_t = i32;

Trait Implementations§

Source§

impl From<Status> for zx_status_t

Source§

fn from(status: Status) -> zx_status_t

Converts to this type from the input type.