[][src]Struct uikit_sys::NSDecimal

#[repr(C)]#[repr(align(4))]pub struct NSDecimal {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub _mantissa: [c_ushort; 8],
}

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]

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.