#[repr(C)]pub struct HLSURF__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for HLSURF__
impl RefUnwindSafe for HLSURF__
impl Send for HLSURF__
impl Sync for HLSURF__
impl Unpin for HLSURF__
impl UnwindSafe for HLSURF__
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