#[repr(C)]pub struct drmtap_config {
pub device_path: *const c_char,
pub crtc_id: u32,
pub helper_path: *const c_char,
pub debug: c_int,
}Expand description
Configuration for opening a capture context
Fields§
§device_path: *const c_char§crtc_id: u32§helper_path: *const c_char§debug: c_intAuto Trait Implementations§
impl Freeze for drmtap_config
impl RefUnwindSafe for drmtap_config
impl !Send for drmtap_config
impl !Sync for drmtap_config
impl Unpin for drmtap_config
impl UnsafeUnpin for drmtap_config
impl UnwindSafe for drmtap_config
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