pub struct RadarStyle { /* private fields */ }Implementations§
Source§impl RadarStyle
impl RadarStyle
pub fn get_val(&self) -> &RadarStyleValues
pub fn set_val(&mut self, value: RadarStyleValues) -> &mut RadarStyle
Trait Implementations§
Source§impl Clone for RadarStyle
impl Clone for RadarStyle
Source§fn clone(&self) -> RadarStyle
fn clone(&self) -> RadarStyle
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 RadarStyle
impl Debug for RadarStyle
Source§impl Default for RadarStyle
impl Default for RadarStyle
Source§fn default() -> RadarStyle
fn default() -> RadarStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RadarStyle
impl RefUnwindSafe for RadarStyle
impl Send for RadarStyle
impl Sync for RadarStyle
impl Unpin for RadarStyle
impl UnwindSafe for RadarStyle
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