pub struct RowItem { /* private fields */ }Implementations§
Source§impl RowItem
impl RowItem
pub fn get_index(&self) -> &u32
pub fn set_index(&mut self, value: u32) -> &mut Self
pub fn get_item_type(&self) -> &ItemValues
pub fn set_item_type(&mut self, value: ItemValues) -> &mut Self
pub fn get_repeated_item_count(&self) -> &u32
pub fn set_repeated_item_count(&mut self, value: u32) -> &mut Self
pub fn get_member_property_index(&self) -> Option<&MemberPropertyIndex>
pub fn get_member_property_index_mut( &mut self, ) -> Option<&mut MemberPropertyIndex>
pub fn set_member_property_index_color( &mut self, value: MemberPropertyIndex, ) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowItem
impl RefUnwindSafe for RowItem
impl Send for RowItem
impl Sync for RowItem
impl Unpin for RowItem
impl UnwindSafe for RowItem
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