Struct ux::TableChild [−][src]
pub struct TableChild {}
Trait Implementations
impl AsRef<TableChild> for TableChild
[src]
pub fn as_ref(&self) -> &TableChild
[src]
impl Clone for TableChild
[src]
pub fn clone(&self) -> TableChild
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TableChild
[src]
impl Display for TableChild
[src]
impl Is<TableChild> for TableChild
[src]
impl Object for TableChild
[src]
Auto Trait Implementations
impl RefUnwindSafe for TableChild
impl Send for TableChild
impl Sync for TableChild
impl Unpin for TableChild
impl UnwindSafe for TableChild
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<O> TableChildExt for O where
O: Is<TableChild>,
[src]
O: Is<TableChild>,
pub fn get_property_column(&self) -> i32
[src]
pub fn set_property_column(&self, column: i32)
[src]
pub fn get_property_column_span(&self) -> i32
[src]
pub fn set_property_column_span(&self, column_span: i32)
[src]
pub fn get_property_row(&self) -> i32
[src]
pub fn set_property_row(&self, row: i32)
[src]
pub fn get_property_row_span(&self) -> i32
[src]
pub fn set_property_row_span(&self, row_span: i32)
[src]
pub fn get_property_x_align(&self) -> Align
[src]
pub fn set_property_x_align(&self, x_align: Align)
[src]
pub fn get_property_x_expand(&self) -> bool
[src]
pub fn set_property_x_expand(&self, x_expand: bool)
[src]
pub fn get_property_x_fill(&self) -> bool
[src]
pub fn set_property_x_fill(&self, x_fill: bool)
[src]
pub fn get_property_y_align(&self) -> Align
[src]
pub fn set_property_y_align(&self, y_align: Align)
[src]
pub fn get_property_y_expand(&self) -> bool
[src]
pub fn set_property_y_expand(&self, y_expand: bool)
[src]
pub fn get_property_y_fill(&self) -> bool
[src]
pub fn set_property_y_fill(&self, y_fill: bool)
[src]
pub fn connect_property_column_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_column_span_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_row_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_row_span_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_x_align_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_x_expand_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_x_fill_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_y_align_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_y_expand_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
pub fn connect_property_y_fill_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
[src]
F: 'static + Fn(&O),
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,