pub enum ClipBox<'a> {
Format1(ClipBoxFormat1<'a>),
Format2(ClipBoxFormat2<'a>),
}
Expand description
ClipBox table
Variants§
Format1(ClipBoxFormat1<'a>)
Format2(ClipBoxFormat2<'a>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ClipBox<'a>
impl<'a> RefUnwindSafe for ClipBox<'a>
impl<'a> Send for ClipBox<'a>
impl<'a> Sync for ClipBox<'a>
impl<'a> Unpin for ClipBox<'a>
impl<'a> UnwindSafe for ClipBox<'a>
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