Struct clutter::PathConstraint[][src]

pub struct PathConstraint(_, _);

Implementations

impl PathConstraint[src]

pub fn new<P: IsA<Path>>(path: Option<&P>, offset: f32) -> PathConstraint[src]

pub fn get_offset(&self) -> f32[src]

pub fn get_path(&self) -> Option<Path>[src]

pub fn set_offset(&self, offset: f32)[src]

pub fn set_path<P: IsA<Path>>(&self, path: Option<&P>)[src]

pub fn connect_node_reached<F: Fn(&PathConstraint, &Actor, u32) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_offset_notify<F: Fn(&PathConstraint) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_path_notify<F: Fn(&PathConstraint) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Trait Implementations

impl Clone for PathConstraint[src]

impl Debug for PathConstraint[src]

impl Display for PathConstraint[src]

impl Eq for PathConstraint[src]

impl Hash for PathConstraint[src]

impl IsA<ActorMeta> for PathConstraint[src]

impl IsA<Constraint> for PathConstraint[src]

impl Ord for PathConstraint[src]

impl<T: ObjectType> PartialEq<T> for PathConstraint[src]

impl<T: ObjectType> PartialOrd<T> for PathConstraint[src]

impl StaticType for PathConstraint[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<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

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

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

impl<T> ObjectExt for T where
    T: ObjectType
[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: SetValue + Send + ToValue + ?Sized
[src]

impl<T> ToString for T where
    T: Display + ?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.