#[repr(C)]pub struct mpv_opengl_drm_params {
pub fd: c_int,
pub crtc_id: c_int,
pub connector_id: c_int,
pub atomic_request_ptr: *mut *mut _drmModeAtomicReq,
pub render_fd: c_int,
}
Expand description
Deprecated. For MPV_RENDER_PARAM_DRM_DISPLAY.
Fields§
§fd: c_int
§crtc_id: c_int
§connector_id: c_int
§atomic_request_ptr: *mut *mut _drmModeAtomicReq
§render_fd: c_int
Trait Implementations§
Source§impl Clone for mpv_opengl_drm_params
impl Clone for mpv_opengl_drm_params
Source§fn clone(&self) -> mpv_opengl_drm_params
fn clone(&self) -> mpv_opengl_drm_params
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mpv_opengl_drm_params
impl Debug for mpv_opengl_drm_params
impl Copy for mpv_opengl_drm_params
Auto Trait Implementations§
impl Freeze for mpv_opengl_drm_params
impl RefUnwindSafe for mpv_opengl_drm_params
impl !Send for mpv_opengl_drm_params
impl !Sync for mpv_opengl_drm_params
impl Unpin for mpv_opengl_drm_params
impl UnwindSafe for mpv_opengl_drm_params
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