Struct avrox_display::gfx::primitives::position::End
source · pub struct End {}
Expand description
Render elements at the end (bottom or right) of the available space
Trait Implementations§
source§impl Position for End
impl Position for End
fn get_x_offset(component_width: XCoord, available_width: XCoord) -> XCoord
fn get_y_offset(component_height: YCoord, available_height: YCoord) -> YCoord
fn map_x( original: XCoord, component_width: XCoord, available_width: XCoord ) -> GfxResult<XCoord>
fn reverse_map_x( resulting: XCoord, component_width: XCoord, available_width: XCoord ) -> XCoord
fn map_y( original: YCoord, component_height: YCoord, available_height: YCoord ) -> GfxResult<YCoord>
fn reverse_map_y( resulting: XCoord, component_height: YCoord, available_height: YCoord ) -> YCoord
Auto Trait Implementations§
impl Freeze for End
impl RefUnwindSafe for End
impl Send for End
impl Sync for End
impl Unpin for End
impl UnwindSafe for End
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