[−][src]Struct uikit_sys::NSDecimal
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
_mantissa: [c_ushort; 8]
Implementations
impl NSDecimal
[src]
pub fn _exponent(&self) -> c_int
[src]
pub fn set__exponent(&mut self, val: c_int)
[src]
pub fn _length(&self) -> c_uint
[src]
pub fn set__length(&mut self, val: c_uint)
[src]
pub fn _isNegative(&self) -> c_uint
[src]
pub fn set__isNegative(&mut self, val: c_uint)
[src]
pub fn _isCompact(&self) -> c_uint
[src]
pub fn set__isCompact(&mut self, val: c_uint)
[src]
pub fn _reserved(&self) -> c_uint
[src]
pub fn set__reserved(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
_exponent: c_int,
_length: c_uint,
_isNegative: c_uint,
_isCompact: c_uint,
_reserved: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]
_exponent: c_int,
_length: c_uint,
_isNegative: c_uint,
_isCompact: c_uint,
_reserved: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Clone for NSDecimal
[src]
impl Copy for NSDecimal
[src]
impl Debug for NSDecimal
[src]
impl Default for NSDecimal
[src]
Auto Trait Implementations
impl RefUnwindSafe for NSDecimal
impl Send for NSDecimal
impl Sync for NSDecimal
impl Unpin for NSDecimal
impl UnwindSafe for NSDecimal
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,