pub struct FormIx {
pub parent: u32,
pub ix: u32,
}Fields§
§parent: u32The index of the parent form or zero, if none.
ix: u32The index of this form.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormIx
impl RefUnwindSafe for FormIx
impl Send for FormIx
impl Sync for FormIx
impl Unpin for FormIx
impl UnwindSafe for FormIx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more