[−][src]Enum raylib::rgui::DrawResult  
Variants
Bool(bool)Rectangle(Rectangle)Selected(i32)Percentage(f32)ScrollBar(i32)Color(Color)Grid(Vector2)Trait Implementations
impl From<()> for DrawResult[src]
fn from(_empty: ()) -> DrawResult[src]
impl From<Rectangle> for DrawResult[src]
fn from(rect: Rectangle) -> DrawResult[src]
impl From<bool> for DrawResult[src]
fn from(b: bool) -> DrawResult[src]
impl From<f32> for DrawResult[src]
fn from(percentage: f32) -> DrawResult[src]
impl From<i32> for DrawResult[src]
fn from(selected: i32) -> DrawResult[src]
impl From<u32> for DrawResult[src]
fn from(b: u32) -> DrawResult[src]
Auto Trait Implementations
impl RefUnwindSafe for DrawResult
impl Send for DrawResult
impl Sync for DrawResult
impl Unpin for DrawResult
impl UnwindSafe for DrawResult
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,