pub struct UiBreakpoint {
pub active: bool,
pub breakpoint: Breakpoint,
}Fields§
§active: bool§breakpoint: BreakpointTrait Implementations§
Source§impl Clone for UiBreakpoint
impl Clone for UiBreakpoint
Source§fn clone(&self) -> UiBreakpoint
fn clone(&self) -> UiBreakpoint
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 UiBreakpoint
impl Debug for UiBreakpoint
Source§impl From<Breakpoint> for UiBreakpoint
impl From<Breakpoint> for UiBreakpoint
Source§fn from(breakpoint: Breakpoint) -> UiBreakpoint
fn from(breakpoint: Breakpoint) -> UiBreakpoint
Converts to this type from the input type.
Source§impl PartialEq for UiBreakpoint
impl PartialEq for UiBreakpoint
impl Eq for UiBreakpoint
impl StructuralPartialEq for UiBreakpoint
Auto Trait Implementations§
impl Freeze for UiBreakpoint
impl RefUnwindSafe for UiBreakpoint
impl Send for UiBreakpoint
impl Sync for UiBreakpoint
impl Unpin for UiBreakpoint
impl UnsafeUnpin for UiBreakpoint
impl UnwindSafe for UiBreakpoint
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