#[repr(transparent)]pub struct Pigeonctrl2Set(pub u32);Expand description
LCDIF Pigeon Mode Control2 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Pigeonctrl2Set
impl Pigeonctrl2Set
Sourcepub const fn pigeon_data_en(&self) -> bool
pub const fn pigeon_data_en(&self) -> bool
Pigeon mode data enable
Sourcepub const fn set_pigeon_data_en(&mut self, val: bool)
pub const fn set_pigeon_data_en(&mut self, val: bool)
Pigeon mode data enable
Sourcepub const fn pigeon_clk_gate(&self) -> bool
pub const fn pigeon_clk_gate(&self) -> bool
Pigeon mode dot clock gate enable
Sourcepub const fn set_pigeon_clk_gate(&mut self, val: bool)
pub const fn set_pigeon_clk_gate(&mut self, val: bool)
Pigeon mode dot clock gate enable
Trait Implementations§
Source§impl Clone for Pigeonctrl2Set
impl Clone for Pigeonctrl2Set
Source§fn clone(&self) -> Pigeonctrl2Set
fn clone(&self) -> Pigeonctrl2Set
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 Pigeonctrl2Set
impl Debug for Pigeonctrl2Set
Source§impl Default for Pigeonctrl2Set
impl Default for Pigeonctrl2Set
Source§fn default() -> Pigeonctrl2Set
fn default() -> Pigeonctrl2Set
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pigeonctrl2Set
impl PartialEq for Pigeonctrl2Set
impl Copy for Pigeonctrl2Set
impl Eq for Pigeonctrl2Set
impl StructuralPartialEq for Pigeonctrl2Set
Auto Trait Implementations§
impl Freeze for Pigeonctrl2Set
impl RefUnwindSafe for Pigeonctrl2Set
impl Send for Pigeonctrl2Set
impl Sync for Pigeonctrl2Set
impl Unpin for Pigeonctrl2Set
impl UnwindSafe for Pigeonctrl2Set
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