pub struct DisplayPowerInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for DisplayPowerInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DisplayPowerInfoEXTBuilder<'a>
impl<'a> DisplayPowerInfoEXTBuilder<'a>
pub fn power_state(self, value: DisplayPowerStateEXT) -> Self
Sourcepub fn push_next<T: ExtendsDisplayPowerInfoEXT>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDisplayPowerInfoEXT>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See DisplayPowerInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DisplayPowerInfoEXTBuilder<'a>
impl<'a> Deref for DisplayPowerInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayPowerInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for DisplayPowerInfoEXTBuilder<'a>
impl<'a> !Send for DisplayPowerInfoEXTBuilder<'a>
impl<'a> !Sync for DisplayPowerInfoEXTBuilder<'a>
impl<'a> Unpin for DisplayPowerInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for DisplayPowerInfoEXTBuilder<'a>
impl<'a> UnwindSafe for DisplayPowerInfoEXTBuilder<'a>
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