Struct Breakpoint
pub struct Breakpoint { /* private fields */ }Expand description
A named breakpoint threshold.
Implementations§
§impl Breakpoint
impl Breakpoint
pub fn new(name: BreakpointName, min_width: u32) -> Breakpoint
pub fn name(self) -> BreakpointName
pub fn min_width(self) -> u32
Trait Implementations§
§impl Clone for Breakpoint
impl Clone for Breakpoint
§fn clone(&self) -> Breakpoint
fn clone(&self) -> Breakpoint
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 more§impl Debug for Breakpoint
impl Debug for Breakpoint
§impl Hash for Breakpoint
impl Hash for Breakpoint
§impl Ord for Breakpoint
impl Ord for Breakpoint
§impl PartialEq for Breakpoint
impl PartialEq for Breakpoint
§impl PartialOrd for Breakpoint
impl PartialOrd for Breakpoint
impl Copy for Breakpoint
impl Eq for Breakpoint
impl StructuralPartialEq for Breakpoint
Auto Trait Implementations§
impl Freeze for Breakpoint
impl RefUnwindSafe for Breakpoint
impl Send for Breakpoint
impl Sync for Breakpoint
impl Unpin for Breakpoint
impl UnsafeUnpin for Breakpoint
impl UnwindSafe for Breakpoint
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