#[repr(transparent)]pub struct PreChargeTime(pub u32);Expand description
Pre-charge Time
Tuple Fields§
§0: u32Implementations§
Source§impl PreChargeTime
impl PreChargeTime
Sourcepub const fn pre_charge_time(&self) -> u32
pub const fn pre_charge_time(&self) -> u32
Before detection, the top screen needs some time before being pulled up to a high voltage.
Sourcepub const fn set_pre_charge_time(&mut self, val: u32)
pub const fn set_pre_charge_time(&mut self, val: u32)
Before detection, the top screen needs some time before being pulled up to a high voltage.
Trait Implementations§
Source§impl Clone for PreChargeTime
impl Clone for PreChargeTime
Source§fn clone(&self) -> PreChargeTime
fn clone(&self) -> PreChargeTime
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 PreChargeTime
impl Debug for PreChargeTime
Source§impl Default for PreChargeTime
impl Default for PreChargeTime
Source§fn default() -> PreChargeTime
fn default() -> PreChargeTime
Returns the “default value” for a type. Read more
Source§impl PartialEq for PreChargeTime
impl PartialEq for PreChargeTime
impl Copy for PreChargeTime
impl Eq for PreChargeTime
impl StructuralPartialEq for PreChargeTime
Auto Trait Implementations§
impl Freeze for PreChargeTime
impl RefUnwindSafe for PreChargeTime
impl Send for PreChargeTime
impl Sync for PreChargeTime
impl Unpin for PreChargeTime
impl UnwindSafe for PreChargeTime
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