pub struct CrtcListFilter(/* private fields */);
Expand description
A filter that can be used with a ResourceHandles
to determine the set of
Crtcs that can attach to a specific encoder.
Trait Implementations§
Source§impl Clone for CrtcListFilter
impl Clone for CrtcListFilter
Source§fn clone(&self) -> CrtcListFilter
fn clone(&self) -> CrtcListFilter
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 moreSource§impl Debug for CrtcListFilter
impl Debug for CrtcListFilter
Source§impl PartialEq for CrtcListFilter
impl PartialEq for CrtcListFilter
impl Copy for CrtcListFilter
impl Eq for CrtcListFilter
impl StructuralPartialEq for CrtcListFilter
Auto Trait Implementations§
impl Freeze for CrtcListFilter
impl RefUnwindSafe for CrtcListFilter
impl Send for CrtcListFilter
impl Sync for CrtcListFilter
impl Unpin for CrtcListFilter
impl UnwindSafe for CrtcListFilter
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