pub struct DockLayoutFloatingWindow {
pub root: u32,
pub rect: DockRect,
}Fields§
§root: u32Root node id within nodes for the floating dock tree (tabs/splits).
rect: DockRectFloating window rect in logical pixels, relative to the host window’s inner content origin.
Trait Implementations§
Source§impl Clone for DockLayoutFloatingWindow
impl Clone for DockLayoutFloatingWindow
Source§fn clone(&self) -> DockLayoutFloatingWindow
fn clone(&self) -> DockLayoutFloatingWindow
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 DockLayoutFloatingWindow
impl Debug for DockLayoutFloatingWindow
Source§impl<'de> Deserialize<'de> for DockLayoutFloatingWindow
impl<'de> Deserialize<'de> for DockLayoutFloatingWindow
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
Auto Trait Implementations§
impl Freeze for DockLayoutFloatingWindow
impl RefUnwindSafe for DockLayoutFloatingWindow
impl Send for DockLayoutFloatingWindow
impl Sync for DockLayoutFloatingWindow
impl Unpin for DockLayoutFloatingWindow
impl UnsafeUnpin for DockLayoutFloatingWindow
impl UnwindSafe for DockLayoutFloatingWindow
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