Struct ddcutil::DisplayInfoList
[−]
[src]
pub struct DisplayInfoList { /* fields omitted */ }
Methods
impl DisplayInfoList
[src]
pub unsafe fn from_raw(handle: *mut DDCA_Display_Info_List) -> Self
[src]
pub fn raw(&self) -> &DDCA_Display_Info_List
[src]
pub fn len(&self) -> usize
[src]
pub fn get(&self, index: usize) -> DisplayInfo
[src]
Trait Implementations
impl Send for DisplayInfoList
[src]
impl Sync for DisplayInfoList
[src]
impl Debug for DisplayInfoList
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> IntoIterator for &'a DisplayInfoList
[src]
type Item = DisplayInfo
The type of the elements being iterated over.
type IntoIter = DisplayInfoIter<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter
[src]
Creates an iterator from a value. Read more