Struct DRM_COPY_OPL
#[repr(C)]pub struct DRM_COPY_OPL {
pub wMinimumCopyLevel: u16,
pub oplIdIncludes: DRM_OPL_OUTPUT_IDS,
pub oplIdExcludes: DRM_OPL_OUTPUT_IDS,
}
Fields§
§wMinimumCopyLevel: u16
§oplIdIncludes: DRM_OPL_OUTPUT_IDS
§oplIdExcludes: DRM_OPL_OUTPUT_IDS
Trait Implementations§
§impl Clone for DRM_COPY_OPL
impl Clone for DRM_COPY_OPL
§fn clone(&self) -> DRM_COPY_OPL
fn clone(&self) -> DRM_COPY_OPL
Returns a copy 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 moreimpl Copy for DRM_COPY_OPL
Auto Trait Implementations§
impl Freeze for DRM_COPY_OPL
impl RefUnwindSafe for DRM_COPY_OPL
impl !Send for DRM_COPY_OPL
impl !Sync for DRM_COPY_OPL
impl Unpin for DRM_COPY_OPL
impl UnwindSafe for DRM_COPY_OPL
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