pub enum ViewStyleProperty {
StaffSpace,
TextScale,
AnnotationGap,
SystemGap,
}Expand description
A stable view-level style property with renderer-independent units.
Variants§
Trait Implementations§
Source§impl Clone for ViewStyleProperty
impl Clone for ViewStyleProperty
impl Copy for ViewStyleProperty
Source§impl Debug for ViewStyleProperty
impl Debug for ViewStyleProperty
Source§impl<'de> Deserialize<'de> for ViewStyleProperty
impl<'de> Deserialize<'de> for ViewStyleProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ViewStyleProperty
Source§impl PartialEq for ViewStyleProperty
impl PartialEq for ViewStyleProperty
Source§impl Serialize for ViewStyleProperty
impl Serialize for ViewStyleProperty
impl StructuralPartialEq for ViewStyleProperty
Auto Trait Implementations§
impl Freeze for ViewStyleProperty
impl RefUnwindSafe for ViewStyleProperty
impl Send for ViewStyleProperty
impl Sync for ViewStyleProperty
impl Unpin for ViewStyleProperty
impl UnsafeUnpin for ViewStyleProperty
impl UnwindSafe for ViewStyleProperty
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