Struct patternfly_yew::GridItemProps [−][src]
pub struct GridItemProps {
pub children: Children,
pub cols: WithBreakpoints<u16>,
pub rows: WithBreakpoints<u16>,
pub offset: WithBreakpoints<u16>,
}Fields
children: Childrencols: WithBreakpoints<u16>rows: WithBreakpoints<u16>offset: WithBreakpoints<u16>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for GridItemProps
impl !Send for GridItemProps
impl !Sync for GridItemProps
impl Unpin for GridItemProps
impl !UnwindSafe for GridItemProps
Blanket Implementations
Mutably borrows from an owned value. Read more