pub struct WindowPaperProps {
pub bar_color: ThemeColor,
pub bar_margin: Rect,
pub bar_height: Option<Scalar>,
pub content_margin: Rect,
}
Fields§
§bar_color: ThemeColor
§bar_margin: Rect
§bar_height: Option<Scalar>
§content_margin: Rect
Trait Implementations§
Source§impl Clone for WindowPaperProps
impl Clone for WindowPaperProps
Source§fn clone(&self) -> WindowPaperProps
fn clone(&self) -> WindowPaperProps
Returns a copy 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 WindowPaperProps
impl Debug for WindowPaperProps
Source§impl Default for WindowPaperProps
impl Default for WindowPaperProps
Source§impl<'de> Deserialize<'de> for WindowPaperProps
impl<'de> Deserialize<'de> for WindowPaperProps
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
Source§impl Prefab for WindowPaperProps
impl Prefab for WindowPaperProps
fn from_prefab(data: Value) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
Source§impl PropsData for WindowPaperPropswhere
Self: Clone,
impl PropsData for WindowPaperPropswhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for WindowPaperProps
impl RefUnwindSafe for WindowPaperProps
impl Send for WindowPaperProps
impl Sync for WindowPaperProps
impl Unpin for WindowPaperProps
impl UnwindSafe for WindowPaperProps
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