Struct qua_format::EditorLayerInfo
source · [−]Expand description
Editor layers to separate notes into different layers.
Color is provided in rrr,ggg,bbb format.
Fields
name: StringThe name of the layer
Is the layer hidden in the editor?
color_rgb: StringThe color of the layer (default is white) in rrr,ggg,bbb format
Trait Implementations
sourceimpl Clone for EditorLayerInfo
impl Clone for EditorLayerInfo
sourcefn clone(&self) -> EditorLayerInfo
fn clone(&self) -> EditorLayerInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for EditorLayerInfo
impl Default for EditorLayerInfo
sourceimpl<'de> Deserialize<'de> for EditorLayerInfo where
EditorLayerInfo: Default,
impl<'de> Deserialize<'de> for EditorLayerInfo where
EditorLayerInfo: Default,
sourcefn 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
sourceimpl PartialEq<EditorLayerInfo> for EditorLayerInfo
impl PartialEq<EditorLayerInfo> for EditorLayerInfo
sourcefn eq(&self, other: &EditorLayerInfo) -> bool
fn eq(&self, other: &EditorLayerInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &EditorLayerInfo) -> bool
fn ne(&self, other: &EditorLayerInfo) -> bool
This method tests for !=.
sourceimpl Serialize for EditorLayerInfo
impl Serialize for EditorLayerInfo
impl StructuralPartialEq for EditorLayerInfo
Auto Trait Implementations
impl RefUnwindSafe for EditorLayerInfo
impl Send for EditorLayerInfo
impl Sync for EditorLayerInfo
impl Unpin for EditorLayerInfo
impl UnwindSafe for EditorLayerInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more