pub struct Info { /* private fields */ }
Expand description
Information about a specific CRTC
Implementations§
source§impl Info
impl Info
sourcepub fn framebuffer(&self) -> Option<Handle>
pub fn framebuffer(&self) -> Option<Handle>
Returns the framebuffer currently attached to this CRTC.
sourcepub fn gamma_length(&self) -> u32
pub fn gamma_length(&self) -> u32
Returns the size of the gamma LUT.
Trait Implementations§
impl Copy for Info
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
)