pub enum LpspiInstance {
Lpspi0,
Lpspi1,
}Expand description
Which instance of the Lpspi is this?
Should not be directly selectable by end-users.
Variants§
Trait Implementations§
Source§impl Clone for LpspiInstance
impl Clone for LpspiInstance
Source§fn clone(&self) -> LpspiInstance
fn clone(&self) -> LpspiInstance
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 LpspiInstance
impl Debug for LpspiInstance
Source§impl PartialEq for LpspiInstance
impl PartialEq for LpspiInstance
impl Copy for LpspiInstance
impl Eq for LpspiInstance
impl StructuralPartialEq for LpspiInstance
Auto Trait Implementations§
impl Freeze for LpspiInstance
impl RefUnwindSafe for LpspiInstance
impl Send for LpspiInstance
impl Sync for LpspiInstance
impl Unpin for LpspiInstance
impl UnwindSafe for LpspiInstance
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