pub struct DucFeatureControlFrameStyle {
pub text_style: DucTextStyle,
pub layout: FCFLayoutStyle,
pub symbols: FCFSymbolStyle,
pub datum_style: FCFDatumStyle,
}Fields§
§text_style: DucTextStyle§layout: FCFLayoutStyle§symbols: FCFSymbolStyle§datum_style: FCFDatumStyleTrait Implementations§
Source§impl Clone for DucFeatureControlFrameStyle
impl Clone for DucFeatureControlFrameStyle
Source§fn clone(&self) -> DucFeatureControlFrameStyle
fn clone(&self) -> DucFeatureControlFrameStyle
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 DucFeatureControlFrameStyle
impl Debug for DucFeatureControlFrameStyle
impl StructuralPartialEq for DucFeatureControlFrameStyle
Auto Trait Implementations§
impl Freeze for DucFeatureControlFrameStyle
impl RefUnwindSafe for DucFeatureControlFrameStyle
impl Send for DucFeatureControlFrameStyle
impl Sync for DucFeatureControlFrameStyle
impl Unpin for DucFeatureControlFrameStyle
impl UnwindSafe for DucFeatureControlFrameStyle
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