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