pub struct SnapshotBreakpoint {
pub min_width: u32,
pub strategy: StrategyConfig,
}Expand description
Serializable breakpoint entry for adaptive layouts.
Fields§
§min_width: u32§strategy: StrategyConfigTrait Implementations§
Source§impl Clone for SnapshotBreakpoint
impl Clone for SnapshotBreakpoint
Source§fn clone(&self) -> SnapshotBreakpoint
fn clone(&self) -> SnapshotBreakpoint
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 moreAuto Trait Implementations§
impl Freeze for SnapshotBreakpoint
impl RefUnwindSafe for SnapshotBreakpoint
impl Send for SnapshotBreakpoint
impl Sync for SnapshotBreakpoint
impl Unpin for SnapshotBreakpoint
impl UnsafeUnpin for SnapshotBreakpoint
impl UnwindSafe for SnapshotBreakpoint
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