pub struct TextLayer { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for TextLayer
impl !Sync for TextLayer
impl Freeze for TextLayer
impl RefUnwindSafe for TextLayer
impl Unpin for TextLayer
impl UnsafeUnpin for TextLayer
impl UnwindSafe for TextLayer
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