Type Alias Float64

Source
pub type Float64 = f64;
Expand description

Swift’s Float64 type

Trait Implementations§

Source§

impl<'a> SwiftArg<'a> for Float64

Source§

type ArgType = f64

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 Float64

Source§

unsafe fn retain(&self)

Adds a retain to the value if possible Read more