Type Alias Bool

Source
pub type Bool = bool;
Expand description

Swift’s Bool type

Trait Implementations§

Source§

impl<'a> SwiftArg<'a> for Bool

Source§

type ArgType = bool

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 Bool

Source§

unsafe fn retain(&self)

Adds a retain to the value if possible Read more