[]Struct gtk::SelectionData

pub struct SelectionData(_);

Methods

impl SelectionData[src]

pub fn get_data_type(&self) -> Atom[src]

pub fn get_display(&self) -> Option<Display>[src]

pub fn get_format(&self) -> i32[src]

pub fn get_length(&self) -> i32[src]

pub fn get_pixbuf(&self) -> Option<Pixbuf>[src]

pub fn get_selection(&self) -> Atom[src]

pub fn get_target(&self) -> Atom[src]

pub fn get_targets(&self) -> Option<Vec<Atom>>[src]

pub fn get_text(&self) -> Option<GString>[src]

pub fn get_uris(&self) -> Vec<GString>[src]

pub fn set(&self, type_: &Atom, format: i32, data: &[u8])[src]

pub fn set_pixbuf(&self, pixbuf: &Pixbuf) -> bool[src]

pub fn set_text(&self, str: &str) -> bool[src]

pub fn set_uris(&self, uris: &[&str]) -> bool[src]

pub fn targets_include_image(&self, writable: bool) -> bool[src]

pub fn targets_include_rich_text<P: IsA<TextBuffer>>(&self, buffer: &P) -> bool[src]

pub fn targets_include_text(&self) -> bool[src]

pub fn targets_include_uri(&self) -> bool[src]

impl SelectionData[src]

pub fn get_data(&self) -> Vec<u8>[src]

Trait Implementations

impl PartialOrd<SelectionData> for SelectionData[src]

impl PartialEq<SelectionData> for SelectionData[src]

impl Ord for SelectionData[src]

fn max(self, other: Self) -> Self1.21.0[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self1.21.0[src]

Compares and returns the minimum of two values. Read more

fn clamp(self, min: Self, max: Self) -> Self[src]

🔬 This is a nightly-only experimental API. (clamp)

Restrict a value to a certain interval. Read more

impl Eq for SelectionData[src]

impl Clone for SelectionData

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Hash for SelectionData[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SelectionData[src]

impl StaticType for SelectionData

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]