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