Struct dis_rs::enumerations::RadioAppearance
source · pub struct RadioAppearance {
pub is_frozen: bool,
pub state: AppearanceEntityorObjectState,
}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 copy 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 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
source§fn eq(&self, other: &RadioAppearance) -> bool
fn eq(&self, other: &RadioAppearance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RadioAppearance
impl Eq for RadioAppearance
impl StructuralEq for RadioAppearance
impl StructuralPartialEq for RadioAppearance
Auto Trait Implementations§
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