[][src]Struct gtk::TargetList

pub struct TargetList(_);

Implementations

impl TargetList[src]

pub fn add(&self, target: &Atom, flags: u32, info: u32)[src]

pub fn add_image_targets(&self, info: u32, writable: bool)[src]

pub fn add_rich_text_targets<P: IsA<TextBuffer>>(
    &self,
    info: u32,
    deserializable: bool,
    buffer: &P
)
[src]

pub fn add_text_targets(&self, info: u32)[src]

pub fn add_uri_targets(&self, info: u32)[src]

pub fn find(&self, target: &Atom) -> Option<u32>[src]

pub fn remove(&self, target: &Atom)[src]

impl TargetList[src]

pub fn new(targets: &[TargetEntry]) -> Self[src]

Trait Implementations

impl Clone for TargetList[src]

impl Debug for TargetList[src]

impl Eq for TargetList[src]

impl Hash for TargetList[src]

impl Ord for TargetList[src]

impl PartialEq<TargetList> for TargetList[src]

impl PartialOrd<TargetList> for TargetList[src]

impl StaticType for TargetList[src]

impl StructuralEq for TargetList[src]

impl StructuralPartialEq for TargetList[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<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> ToValue for T where
    T: SetValue + ?Sized
[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.