#[repr(u8)]pub enum Xpc {
LowPower = 0,
HighPower = 1,
}
Expand description
Represents the xpc
field of the Argument.
Indicates the maximum power settings, and default speed setting for the card.
Variants§
LowPower = 0
Power setting of 0.36W (100mA at 3.6V on VDD1), and no speed class support.
HighPower = 1
Power setting of 0.54W (150mA at 3.6V on VDD1), and speed class support.
Implementations§
Trait Implementations§
impl Copy for Xpc
impl Eq for Xpc
impl StructuralPartialEq for Xpc
Auto Trait Implementations§
impl Freeze for Xpc
impl RefUnwindSafe for Xpc
impl Send for Xpc
impl Sync for Xpc
impl Unpin for Xpc
impl UnwindSafe for Xpc
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