Struct gxi_desktop_binds::View[][src]

pub struct View {
    pub parent: WeakNodeRc,
    pub dirty: bool,
    pub self_substitute: Option<WeakNodeRc>,
    pub child: Option<NodeRc>,
    pub sibling: Option<NodeRc>,
    pub widget: Box,
}

Fields

parent: WeakNodeRcdirty: boolself_substitute: Option<WeakNodeRc>child: Option<NodeRc>sibling: Option<NodeRc>widget: Box

Implementations

impl View[src]

pub fn orientation(&mut self, orientation: Orientation)[src]

pub fn h_expand(&mut self, h_expand: bool)[src]

pub fn v_expand(&mut self, v_expand: bool)[src]

Trait Implementations

impl Drop for View[src]

impl Node for View[src]

Auto Trait Implementations

impl !RefUnwindSafe for View

impl !Send for View

impl !Sync for View

impl Unpin for View

impl !UnwindSafe for View

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.