pub struct LayoutTarget { /* private fields */ }Implementations§
Source§impl LayoutTarget
impl LayoutTarget
pub fn get_val(&self) -> &LayoutTargetValues
pub fn set_val(&mut self, value: LayoutTargetValues) -> &mut LayoutTarget
Trait Implementations§
Source§impl Clone for LayoutTarget
impl Clone for LayoutTarget
Source§fn clone(&self) -> LayoutTarget
fn clone(&self) -> LayoutTarget
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 LayoutTarget
impl Debug for LayoutTarget
Source§impl Default for LayoutTarget
impl Default for LayoutTarget
Source§fn default() -> LayoutTarget
fn default() -> LayoutTarget
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutTarget
impl RefUnwindSafe for LayoutTarget
impl Send for LayoutTarget
impl Sync for LayoutTarget
impl Unpin for LayoutTarget
impl UnwindSafe for LayoutTarget
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