pub struct UnityGraphics { /* private fields */ }Trait Implementations§
Source§impl Clone for UnityGraphics
impl Clone for UnityGraphics
Source§fn clone(&self) -> UnityGraphics
fn clone(&self) -> UnityGraphics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnityGraphics
impl Send for UnityGraphics
impl Sync for UnityGraphics
Source§impl UnityGraphicsInterface for UnityGraphics
impl UnityGraphicsInterface for UnityGraphics
fn renderer(&self) -> GfxRenderer
fn register_device_event_callback( &self, callback: Option<GraphicsDeviceEventCallback>, )
fn unregister_device_event_callback( &self, callback: Option<GraphicsDeviceEventCallback>, )
fn reserve_event_id_range(&self, count: c_int) -> c_int
Source§impl UnityInterface for UnityGraphics
impl UnityInterface for UnityGraphics
fn get_interface_guid() -> UnityInterfaceGUID
fn new(interface: *const IUnityInterface) -> Self
Auto Trait Implementations§
impl Freeze for UnityGraphics
impl RefUnwindSafe for UnityGraphics
impl Unpin for UnityGraphics
impl UnsafeUnpin for UnityGraphics
impl UnwindSafe for UnityGraphics
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