Struct rokol_ffi::gfx::sg_range[][src]

#[repr(C)]
pub struct sg_range { pub ptr: *const c_void, pub size: size_t, }

Fields

ptr: *const c_voidsize: size_t

Trait Implementations

impl Clone for sg_range[src]

impl Copy for sg_range[src]

impl Debug for sg_range[src]

impl Default for sg_range[src]

impl Eq for sg_range[src]

impl From<&'_ [u8]> for sg_range[src]

impl PartialEq<sg_range> for sg_range[src]

impl StructuralEq for sg_range[src]

impl StructuralPartialEq for sg_range[src]

Auto Trait Implementations

impl RefUnwindSafe for sg_range

impl !Send for sg_range

impl !Sync for sg_range

impl Unpin for sg_range

impl UnwindSafe for sg_range

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.