#[repr(C)]pub struct _cef_popup_features_t {
pub size: usize,
pub x: c_int,
pub xSet: c_int,
pub y: c_int,
pub ySet: c_int,
pub width: c_int,
pub widthSet: c_int,
pub height: c_int,
pub heightSet: c_int,
pub isPopup: c_int,
}Expand description
Popup window features.
Fields§
§size: usizeSize of this structure.
x: c_int§xSet: c_int§y: c_int§ySet: c_int§width: c_int§widthSet: c_int§height: c_int§heightSet: c_int§isPopup: c_intTrue (1) if browser interface elements should be hidden.
Trait Implementations§
Source§impl Clone for _cef_popup_features_t
impl Clone for _cef_popup_features_t
Source§fn clone(&self) -> _cef_popup_features_t
fn clone(&self) -> _cef_popup_features_t
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 _cef_popup_features_t
impl Debug for _cef_popup_features_t
impl Copy for _cef_popup_features_t
Auto Trait Implementations§
impl Freeze for _cef_popup_features_t
impl RefUnwindSafe for _cef_popup_features_t
impl Send for _cef_popup_features_t
impl Sync for _cef_popup_features_t
impl Unpin for _cef_popup_features_t
impl UnwindSafe for _cef_popup_features_t
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