Type Alias swift_rs::UInt8

source ·
pub type UInt8 = u8;
Expand description

Swift’s UInt8 type

Trait Implementations§

source§

impl<'a> SwiftArg<'a> for UInt8

§

type ArgType = u8

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 UInt8

source§

unsafe fn retain(&self)

Adds a retain to the value if possible Read more