pub struct View {Show 24 fields
pub activated: bool,
pub app_id: String,
pub base_geometry: Geometry,
pub bbox: Geometry,
pub focusable: bool,
pub fullscreen: bool,
pub geometry: Geometry,
pub id: i64,
pub last_focus_timestamp: i64,
pub layer: String,
pub mapped: bool,
pub max_size: Size,
pub min_size: Size,
pub minimized: bool,
pub output_id: i64,
pub output_name: String,
pub parent: i64,
pub pid: i64,
pub role: String,
pub sticky: bool,
pub tiled_edges: i64,
pub title: String,
pub type_field: String,
pub wset_index: u128,
}Fields§
§activated: bool§app_id: String§base_geometry: Geometry§bbox: Geometry§focusable: bool§fullscreen: bool§geometry: Geometry§id: i64§last_focus_timestamp: i64§layer: String§mapped: bool§max_size: Size§min_size: Size§minimized: bool§output_id: i64§output_name: String§parent: i64§pid: i64§role: String§sticky: bool§tiled_edges: i64§title: String§type_field: String§wset_index: u128Trait Implementations§
Source§impl<'de> Deserialize<'de> for View
impl<'de> Deserialize<'de> for View
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 View
impl RefUnwindSafe for View
impl Send for View
impl Sync for View
impl Unpin for View
impl UnwindSafe for View
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