Enum buffer_graphics_lib::text::pos::TextPos
source · Variants
Px(isize, isize)
ColRow(usize, usize)
See TextSize::get_max_characters for maximum x and y
Implementations
Trait Implementations
impl Copy for TextPos
Auto Trait Implementations
impl RefUnwindSafe for TextPos
impl Send for TextPos
impl Sync for TextPos
impl Unpin for TextPos
impl UnwindSafe for TextPos
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more