#[repr(C)]pub struct RadioListPatch {Show 15 fields
pub id: u32,
pub parent_frame: Option<Option<u32>>,
pub z_index: Option<i32>,
pub selected_id: Option<u32>,
pub options: Option<Vec<String>>,
pub style: Option<TextStyleMessage>,
pub background_checked: Option<ColorMessage>,
pub outline_color: Option<ColorMessage>,
pub outline_width: Option<f64>,
pub background: Option<ColorMessage>,
pub transform: Option<Vec<f64>>,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub opacity: Option<f64>,
pub liquid_glass: Option<Option<AppleLiquidGlassPatch>>,
}Expand description
Create/update patch for a native radio list.
Fields§
§id: u32§parent_frame: Option<Option<u32>>§z_index: Option<i32>§selected_id: Option<u32>§options: Option<Vec<String>>§style: Option<TextStyleMessage>§background_checked: Option<ColorMessage>§outline_color: Option<ColorMessage>§outline_width: Option<f64>§background: Option<ColorMessage>§transform: Option<Vec<f64>>§size_x: Option<f64>§size_y: Option<f64>§opacity: Option<f64>§liquid_glass: Option<Option<AppleLiquidGlassPatch>>Trait Implementations§
Source§impl Clone for RadioListPatch
impl Clone for RadioListPatch
Source§impl Debug for RadioListPatch
impl Debug for RadioListPatch
Source§impl Default for RadioListPatch
impl Default for RadioListPatch
Auto Trait Implementations§
impl Freeze for RadioListPatch
impl RefUnwindSafe for RadioListPatch
impl Send for RadioListPatch
impl Sync for RadioListPatch
impl Unpin for RadioListPatch
impl UnsafeUnpin for RadioListPatch
impl UnwindSafe for RadioListPatch
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