pub enum XPosition {
Coordinate(i32),
Left,
Right,
}Expand description
The x-cooridinate of the top, left corner of the icon asset relative to the ad display area.
Variants§
Trait Implementations§
impl Copy for XPosition
impl StructuralPartialEq for XPosition
Auto Trait Implementations§
impl Freeze for XPosition
impl RefUnwindSafe for XPosition
impl Send for XPosition
impl Sync for XPosition
impl Unpin for XPosition
impl UnwindSafe for XPosition
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