pub struct RadioAppearance {
pub is_frozen: bool,
pub state: AppearanceEntityOrObjectState,
}Expand description
UID 41
Fields§
§is_frozen: bool§state: AppearanceEntityOrObjectStateTrait Implementations§
Source§impl Clone for RadioAppearance
impl Clone for RadioAppearance
Source§fn clone(&self) -> RadioAppearance
fn clone(&self) -> RadioAppearance
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RadioAppearance
impl Debug for RadioAppearance
Source§impl Default for RadioAppearance
impl Default for RadioAppearance
Source§fn default() -> RadioAppearance
fn default() -> RadioAppearance
Returns the “default value” for a type. Read more
Source§impl Display for RadioAppearance
impl Display for RadioAppearance
Source§impl From<RadioAppearance> for u32
impl From<RadioAppearance> for u32
Source§fn from(value: RadioAppearance) -> Self
fn from(value: RadioAppearance) -> Self
Converts to this type from the input type.
Source§impl From<u32> for RadioAppearance
impl From<u32> for RadioAppearance
Source§impl Hash for RadioAppearance
impl Hash for RadioAppearance
Source§impl PartialEq for RadioAppearance
impl PartialEq for RadioAppearance
impl Copy for RadioAppearance
impl Eq for RadioAppearance
impl StructuralPartialEq for RadioAppearance
Auto Trait Implementations§
impl Freeze for RadioAppearance
impl RefUnwindSafe for RadioAppearance
impl Send for RadioAppearance
impl Sync for RadioAppearance
impl Unpin for RadioAppearance
impl UnwindSafe for RadioAppearance
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