pub struct LabelPart {
pub spec: &'static str,
pub text: Option<&'static str>,
pub numeric: bool,
pub menu: Option<&'static [Menu]>,
pub readonly: bool,
}
Fields§
§spec: &'static str
§text: Option<&'static str>
§numeric: bool
§readonly: bool
Trait Implementations§
impl Copy for LabelPart
Auto Trait Implementations§
impl Freeze for LabelPart
impl RefUnwindSafe for LabelPart
impl Send for LabelPart
impl Sync for LabelPart
impl Unpin for LabelPart
impl UnwindSafe for LabelPart
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