#[repr(transparent)]pub struct Backendpwr(pub u32);Expand description
Power control
Tuple Fields§
§0: u32Implementations§
Source§impl Backendpwr
impl Backendpwr
Sourcepub const fn backendpwr(&self) -> bool
pub const fn backendpwr(&self) -> bool
Back-end Power control for card application.
Sourcepub const fn set_backendpwr(&mut self, val: bool)
pub const fn set_backendpwr(&mut self, val: bool)
Back-end Power control for card application.
Trait Implementations§
Source§impl Clone for Backendpwr
impl Clone for Backendpwr
Source§fn clone(&self) -> Backendpwr
fn clone(&self) -> Backendpwr
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 Backendpwr
impl Debug for Backendpwr
Source§impl Default for Backendpwr
impl Default for Backendpwr
Source§fn default() -> Backendpwr
fn default() -> Backendpwr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Backendpwr
impl PartialEq for Backendpwr
impl Copy for Backendpwr
impl Eq for Backendpwr
impl StructuralPartialEq for Backendpwr
Auto Trait Implementations§
impl Freeze for Backendpwr
impl RefUnwindSafe for Backendpwr
impl Send for Backendpwr
impl Sync for Backendpwr
impl Unpin for Backendpwr
impl UnwindSafe for Backendpwr
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