fn get_default_format() -> Format
fn try_from(v: GenericFormattedValue) -> Option<Self>
fn get_format(&self) -> Format
unsafe fn from_raw(format: Format, value: i64) -> Self
unsafe fn to_raw_value(&self) -> i64
impl FormattedValue for Buffers
[src]fn get_default_format() -> Format
[src]fn try_from(v: GenericFormattedValue) -> Option<Buffers>
[src]fn get_format(&self) -> Format
[src]unsafe fn from_raw(format: Format, value: i64) -> Buffers
[src]unsafe fn to_raw_value(&self) -> i64
[src]impl FormattedValue for Default
[src]fn get_default_format() -> Format
[src]fn try_from(v: GenericFormattedValue) -> Option<Default>
[src]fn get_format(&self) -> Format
[src]unsafe fn from_raw(format: Format, value: i64) -> Default
[src]unsafe fn to_raw_value(&self) -> i64
[src]impl FormattedValue for Bytes
[src]fn get_default_format() -> Format
[src]fn try_from(v: GenericFormattedValue) -> Option<Bytes>
[src]fn get_format(&self) -> Format
[src]unsafe fn from_raw(format: Format, value: i64) -> Bytes
[src]unsafe fn to_raw_value(&self) -> i64
[src]impl FormattedValue for ClockTime
[src]fn get_default_format() -> Format
[src]fn try_from(v: GenericFormattedValue) -> Option<ClockTime>
[src]fn get_format(&self) -> Format
[src]unsafe fn from_raw(format: Format, value: i64) -> ClockTime
[src]unsafe fn to_raw_value(&self) -> i64
[src]impl FormattedValue for GenericFormattedValue
[src]fn get_default_format() -> Format
[src]fn try_from(v: GenericFormattedValue) -> Option<GenericFormattedValue>
[src]fn get_format(&self) -> Format
[src]unsafe fn from_raw(format: Format, value: i64) -> GenericFormattedValue
[src]unsafe fn to_raw_value(&self) -> i64
[src]