pub struct Info { /* private fields */ }
Expand description
Information about a plane
Implementations§
source§impl Info
impl Info
sourcepub fn possible_crtcs(&self) -> CrtcListFilter
pub fn possible_crtcs(&self) -> CrtcListFilter
Returns a filter for supported crtcs of this plane.
Use with control::ResourceHandles::filter_crtcs
to receive a list of crtcs.
sourcepub fn framebuffer(&self) -> Option<Handle>
pub fn framebuffer(&self) -> Option<Handle>
Returns the framebuffer this plane is attached to.
Trait Implementations§
impl Eq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)