#[repr(C)]pub struct _cef_fill_layout_t {
pub base: cef_layout_t,
}Expand description
A simple Layout that causes the associated Panel’s one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.
NOTE: This struct is allocated DLL-side.
Fields§
§base: cef_layout_tBase structure.
Trait Implementations§
Source§impl Clone for _cef_fill_layout_t
impl Clone for _cef_fill_layout_t
Source§fn clone(&self) -> _cef_fill_layout_t
fn clone(&self) -> _cef_fill_layout_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_fill_layout_t
impl Debug for _cef_fill_layout_t
impl Copy for _cef_fill_layout_t
Auto Trait Implementations§
impl Freeze for _cef_fill_layout_t
impl RefUnwindSafe for _cef_fill_layout_t
impl Send for _cef_fill_layout_t
impl Sync for _cef_fill_layout_t
impl Unpin for _cef_fill_layout_t
impl UnwindSafe for _cef_fill_layout_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