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