pub struct ManualLayout { /* private fields */ }Implementations§
Source§impl ManualLayout
impl ManualLayout
pub fn get_height(&self) -> Option<&Height>
pub fn get_height_mut(&mut self) -> Option<&mut Height>
pub fn set_height(&mut self, value: Height) -> &mut ManualLayout
pub fn get_height_mode(&self) -> Option<&HeightMode>
pub fn get_height_mode_mut(&mut self) -> Option<&mut HeightMode>
pub fn set_height_mode(&mut self, value: HeightMode) -> &mut ManualLayout
pub fn get_layout_target(&self) -> Option<&LayoutTarget>
pub fn get_layout_target_mut(&mut self) -> Option<&mut LayoutTarget>
pub fn set_layout_target(&mut self, value: LayoutTarget) -> &mut ManualLayout
pub fn get_left(&self) -> Option<&Left>
pub fn get_left_mut(&mut self) -> Option<&mut Left>
pub fn set_left(&mut self, value: Left) -> &mut ManualLayout
pub fn get_left_mode(&self) -> Option<&LeftMode>
pub fn get_left_mode_mut(&mut self) -> Option<&mut LeftMode>
pub fn set_left_mode(&mut self, value: LeftMode) -> &mut ManualLayout
pub fn get_top(&self) -> Option<&Top>
pub fn get_top_mut(&mut self) -> Option<&mut Top>
pub fn set_top(&mut self, value: Top) -> &mut ManualLayout
pub fn get_top_mode(&self) -> Option<&TopMode>
pub fn get_top_mode_mut(&mut self) -> Option<&mut TopMode>
pub fn set_top_mode(&mut self, value: TopMode) -> &mut ManualLayout
pub fn get_width(&self) -> Option<&Width>
pub fn get_width_mut(&mut self) -> Option<&mut Width>
pub fn set_width(&mut self, value: Width) -> &mut ManualLayout
pub fn get_width_mode(&self) -> Option<&WidthMode>
pub fn get_width_mode_mut(&mut self) -> Option<&mut WidthMode>
pub fn set_width_mode(&mut self, value: WidthMode) -> &mut ManualLayout
pub fn is_empty(&self) -> bool
Trait Implementations§
Source§impl Clone for ManualLayout
impl Clone for ManualLayout
Source§fn clone(&self) -> ManualLayout
fn clone(&self) -> ManualLayout
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 ManualLayout
impl Debug for ManualLayout
Source§impl Default for ManualLayout
impl Default for ManualLayout
Source§fn default() -> ManualLayout
fn default() -> ManualLayout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ManualLayout
impl RefUnwindSafe for ManualLayout
impl Send for ManualLayout
impl Sync for ManualLayout
impl Unpin for ManualLayout
impl UnwindSafe for ManualLayout
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