[][src]Struct fm_plugin::ffi::text::Text

pub struct Text { /* fields omitted */ }

Implementations

impl Text[src]

pub fn new() -> Self[src]

pub fn from_ptr(ptr: *const fmx_Text) -> Self[src]

pub fn size(&self) -> u32[src]

pub fn assign(&mut self, s: &str)[src]

pub fn assign_unicode_with_length(&mut self, s: &str, len: u32)[src]

pub fn assign_wide(&mut self, s: &str)[src]

pub fn insert(&mut self, s: &Text, pos: u32)[src]

pub fn append(&mut self, s: &Text)[src]

pub fn get_unicode(&self, position: u32, size: u32) -> U16CString[src]

Trait Implementations

impl Default for Text[src]

impl Drop for Text[src]

impl<'_> From<&'_ OsStr> for Text[src]

impl<'_> From<&'_ String> for Text[src]

impl From<Text> for u16[src]

impl ToString for Text[src]

impl ToText for Text[src]

Auto Trait Implementations

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, 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.