pub struct LinuxWindowProperties {
pub size: usize,
pub wayland_app_id: CefString,
pub wm_class_class: CefString,
pub wm_class_name: CefString,
pub wm_role_name: CefString,
}Expand description
See _cef_linux_window_properties_t for more documentation.
Fields§
§size: usize§wayland_app_id: CefString§wm_class_class: CefString§wm_class_name: CefString§wm_role_name: CefStringTrait Implementations§
Source§impl Clone for LinuxWindowProperties
impl Clone for LinuxWindowProperties
Source§fn clone(&self) -> LinuxWindowProperties
fn clone(&self) -> LinuxWindowProperties
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 LinuxWindowProperties
impl Debug for LinuxWindowProperties
Source§impl Default for LinuxWindowProperties
impl Default for LinuxWindowProperties
Source§impl From<LinuxWindowProperties> for _cef_linux_window_properties_t
impl From<LinuxWindowProperties> for _cef_linux_window_properties_t
Source§fn from(value: LinuxWindowProperties) -> Self
fn from(value: LinuxWindowProperties) -> Self
Converts to this type from the input type.
Source§impl From<_cef_linux_window_properties_t> for LinuxWindowProperties
impl From<_cef_linux_window_properties_t> for LinuxWindowProperties
Source§fn from(value: _cef_linux_window_properties_t) -> Self
fn from(value: _cef_linux_window_properties_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinuxWindowProperties
impl RefUnwindSafe for LinuxWindowProperties
impl !Send for LinuxWindowProperties
impl !Sync for LinuxWindowProperties
impl Unpin for LinuxWindowProperties
impl UnwindSafe for LinuxWindowProperties
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