#[repr(transparent)]pub struct OutCtrlSet(pub u32);Expand description
Output Buffer Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl OutCtrlSet
impl OutCtrlSet
Sourcepub const fn format(&self) -> OutCtrlSetFormat
pub const fn format(&self) -> OutCtrlSetFormat
Output framebuffer format
Sourcepub const fn set_format(&mut self, val: OutCtrlSetFormat)
pub const fn set_format(&mut self, val: OutCtrlSetFormat)
Output framebuffer format
Sourcepub const fn interlaced_output(&self) -> OutCtrlSetInterlacedOutput
pub const fn interlaced_output(&self) -> OutCtrlSetInterlacedOutput
Determines how the PXP writes it’s output data
Sourcepub const fn set_interlaced_output(&mut self, val: OutCtrlSetInterlacedOutput)
pub const fn set_interlaced_output(&mut self, val: OutCtrlSetInterlacedOutput)
Determines how the PXP writes it’s output data
Sourcepub const fn alpha_output(&self) -> OutCtrlSetAlphaOutput
pub const fn alpha_output(&self) -> OutCtrlSetAlphaOutput
Indicates that alpha component in output buffer pixels should be overwritten by PXP_OUT_CTRL[ALPHA]
Sourcepub const fn set_alpha_output(&mut self, val: OutCtrlSetAlphaOutput)
pub const fn set_alpha_output(&mut self, val: OutCtrlSetAlphaOutput)
Indicates that alpha component in output buffer pixels should be overwritten by PXP_OUT_CTRL[ALPHA]
Trait Implementations§
Source§impl Clone for OutCtrlSet
impl Clone for OutCtrlSet
Source§fn clone(&self) -> OutCtrlSet
fn clone(&self) -> OutCtrlSet
Returns a duplicate 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 OutCtrlSet
impl Debug for OutCtrlSet
Source§impl Default for OutCtrlSet
impl Default for OutCtrlSet
Source§fn default() -> OutCtrlSet
fn default() -> OutCtrlSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for OutCtrlSet
impl PartialEq for OutCtrlSet
impl Copy for OutCtrlSet
impl Eq for OutCtrlSet
impl StructuralPartialEq for OutCtrlSet
Auto Trait Implementations§
impl Freeze for OutCtrlSet
impl RefUnwindSafe for OutCtrlSet
impl Send for OutCtrlSet
impl Sync for OutCtrlSet
impl Unpin for OutCtrlSet
impl UnwindSafe for OutCtrlSet
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