pub struct WrapTight {
pub wrap_text: WrapTextType,
pub wrap_polygon: WrapPolygon,
}
Fields§
§wrap_text: WrapTextType
§wrap_polygon: WrapPolygon
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WrapTight
impl Send for WrapTight
impl Sync for WrapTight
impl Unpin for WrapTight
impl UnwindSafe for WrapTight
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