pub enum TextOffset {}Auto Trait Implementations§
impl Freeze for TextOffset
impl RefUnwindSafe for TextOffset
impl Send for TextOffset
impl Sync for TextOffset
impl Unpin for TextOffset
impl UnwindSafe for TextOffset
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