#[repr(C)]pub struct _SpriteT { /* private fields */ }
Expand description
StereoKit internal type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _SpriteT
impl RefUnwindSafe for _SpriteT
impl Send for _SpriteT
impl Sync for _SpriteT
impl Unpin for _SpriteT
impl UnwindSafe for _SpriteT
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