#[repr(transparent)]pub struct Pigeonctrl2(pub u32);Expand description
LCDIF Pigeon Mode Control2 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Pigeonctrl2
impl Pigeonctrl2
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 Pigeonctrl2
impl Clone for Pigeonctrl2
Source§fn clone(&self) -> Pigeonctrl2
fn clone(&self) -> Pigeonctrl2
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 Pigeonctrl2
impl Debug for Pigeonctrl2
Source§impl Default for Pigeonctrl2
impl Default for Pigeonctrl2
Source§fn default() -> Pigeonctrl2
fn default() -> Pigeonctrl2
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pigeonctrl2
impl PartialEq for Pigeonctrl2
impl Copy for Pigeonctrl2
impl Eq for Pigeonctrl2
impl StructuralPartialEq for Pigeonctrl2
Auto Trait Implementations§
impl Freeze for Pigeonctrl2
impl RefUnwindSafe for Pigeonctrl2
impl Send for Pigeonctrl2
impl Sync for Pigeonctrl2
impl Unpin for Pigeonctrl2
impl UnwindSafe for Pigeonctrl2
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