Type Alias Int8

Source
pub type Int8 = i8;
Expand description

Swift’s Int8 type

Trait Implementations§

Source§

impl<'a> SwiftArg<'a> for Int8

Source§

type ArgType = i8

Source§

unsafe fn as_arg(&'a self) -> Self::ArgType

Creates a swift-compatible version of the argument. For primitives this just returns self, but for SwiftObject types it wraps them in SwiftRef. Read more
Source§

impl SwiftRet for Int8

Source§

unsafe fn retain(&self)

Adds a retain to the value if possible Read more