pub struct TaskbarButton {
pub name: String,
pub display_name: String,
pub window_count: u32,
pub pid: u32,
pub cx: i32,
pub cy: i32,
pub win11: bool,
}Fields§
§name: String§display_name: String§window_count: u32§pid: u32§cx: i32§cy: i32§win11: boolTrait Implementations§
Source§impl Clone for TaskbarButton
impl Clone for TaskbarButton
Source§fn clone(&self) -> TaskbarButton
fn clone(&self) -> TaskbarButton
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 moreAuto Trait Implementations§
impl Freeze for TaskbarButton
impl RefUnwindSafe for TaskbarButton
impl Send for TaskbarButton
impl Sync for TaskbarButton
impl Unpin for TaskbarButton
impl UnsafeUnpin for TaskbarButton
impl UnwindSafe for TaskbarButton
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