pub struct Radio {
pub require: bool,
pub field: String,
pub mode: String,
pub title: String,
pub def: String,
pub option: Vec<String>,
pub dec: usize,
pub length: i32,
}
Fields§
§require: bool
§field: String
§mode: String
§title: String
§def: String
§option: Vec<String>
§dec: usize
§length: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Radio
impl RefUnwindSafe for Radio
impl Send for Radio
impl Sync for Radio
impl Unpin for Radio
impl UnwindSafe for Radio
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