Struct HSPRITE
#[repr(transparent)]pub struct HSPRITE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HSPRITE
impl HSPRITE
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HSPRITE
impl Eq for HSPRITE
impl StructuralPartialEq for HSPRITE
Auto Trait Implementations§
impl Freeze for HSPRITE
impl RefUnwindSafe for HSPRITE
impl !Send for HSPRITE
impl !Sync for HSPRITE
impl Unpin for HSPRITE
impl UnwindSafe for HSPRITE
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