#[repr(C)]pub struct HwRenderInterface {
pub interface_type: c_uint,
pub interface_version: c_uint,
}
Fields§
§interface_type: c_uint
§interface_version: c_uint
Trait Implementations§
Source§impl Clone for HwRenderInterface
impl Clone for HwRenderInterface
Source§fn clone(&self) -> HwRenderInterface
fn clone(&self) -> HwRenderInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HwRenderInterface
impl Debug for HwRenderInterface
Source§impl PartialEq for HwRenderInterface
impl PartialEq for HwRenderInterface
impl Eq for HwRenderInterface
impl StructuralPartialEq for HwRenderInterface
Auto Trait Implementations§
impl Freeze for HwRenderInterface
impl RefUnwindSafe for HwRenderInterface
impl Send for HwRenderInterface
impl Sync for HwRenderInterface
impl Unpin for HwRenderInterface
impl UnwindSafe for HwRenderInterface
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