[][src]Struct qt_widgets::q_form_layout::TakeRowResult

#[repr(C)]
pub struct TakeRowResult { /* fields omitted */ }

Contains the result of a QFormLayout::takeRow() call.

C++ class: QFormLayout::TakeRowResult.

C++ documentation:

Contains the result of a QFormLayout::takeRow() call.

Methods

impl TakeRowResult[src]

pub unsafe fn copy_from(
    &mut self,
    other: impl CastInto<Ref<TakeRowResult>>
) -> MutRef<TakeRowResult>
[src]

Contains the result of a QFormLayout::takeRow() call.

Calls C++ function: QFormLayout::TakeRowResult& QFormLayout::TakeRowResult::operator=(const QFormLayout::TakeRowResult& other).

C++ documentation:

Contains the result of a QFormLayout::takeRow() call.

pub unsafe fn field_item(&self) -> MutPtr<QLayoutItem>[src]

Returns the value of the fieldItem field.

pub unsafe fn label_item(&self) -> MutPtr<QLayoutItem>[src]

Returns the value of the labelItem field.

pub unsafe fn new() -> CppBox<TakeRowResult>[src]

Contains the result of a QFormLayout::takeRow() call.

Calls C++ function: [constructor] void QFormLayout::TakeRowResult::TakeRowResult().

C++ documentation:

Contains the result of a QFormLayout::takeRow() call.

pub unsafe fn new_copy(
    other: impl CastInto<Ref<TakeRowResult>>
) -> CppBox<TakeRowResult>
[src]

Contains the result of a QFormLayout::takeRow() call.

Calls C++ function: [constructor] void QFormLayout::TakeRowResult::TakeRowResult(const QFormLayout::TakeRowResult& other).

C++ documentation:

Contains the result of a QFormLayout::takeRow() call.

pub unsafe fn set_field_item(
    &mut self,
    value: impl CastInto<MutPtr<QLayoutItem>>
)
[src]

Sets the value of the fieldItem field.

pub unsafe fn set_label_item(
    &mut self,
    value: impl CastInto<MutPtr<QLayoutItem>>
)
[src]

Sets the value of the labelItem field.

Trait Implementations

impl CppDeletable for TakeRowResult[src]

unsafe fn delete(&mut self)[src]

Contains the result of a QFormLayout::takeRow() call.

Calls C++ function: [destructor] void QFormLayout::TakeRowResult::~TakeRowResult().

C++ documentation:

Contains the result of a QFormLayout::takeRow() call.

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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> StaticUpcast<T> for T[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]