pub struct DucViewportStyle {
pub scale_indicator_visible: bool,
}Fields§
§scale_indicator_visible: boolTrait Implementations§
Source§impl Clone for DucViewportStyle
impl Clone for DucViewportStyle
Source§fn clone(&self) -> DucViewportStyle
fn clone(&self) -> DucViewportStyle
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 DucViewportStyle
impl Debug for DucViewportStyle
Source§impl PartialEq for DucViewportStyle
impl PartialEq for DucViewportStyle
impl StructuralPartialEq for DucViewportStyle
Auto Trait Implementations§
impl Freeze for DucViewportStyle
impl RefUnwindSafe for DucViewportStyle
impl Send for DucViewportStyle
impl Sync for DucViewportStyle
impl Unpin for DucViewportStyle
impl UnwindSafe for DucViewportStyle
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