Struct arcdps_imgui::TextWrapPosStackToken
source · pub struct TextWrapPosStackToken { /* private fields */ }
Expand description
Tracks a change pushed to the text wrap position stack
Implementations§
Auto Trait Implementations§
impl Freeze for TextWrapPosStackToken
impl !RefUnwindSafe for TextWrapPosStackToken
impl !Send for TextWrapPosStackToken
impl !Sync for TextWrapPosStackToken
impl Unpin for TextWrapPosStackToken
impl !UnwindSafe for TextWrapPosStackToken
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