#[repr(C)]pub enum PicSelect {
Primary = 0,
Secondary = 1,
}Variants§
Trait Implementations§
impl Copy for PicSelect
impl Eq for PicSelect
impl StructuralPartialEq for PicSelect
Auto Trait Implementations§
impl Freeze for PicSelect
impl RefUnwindSafe for PicSelect
impl Send for PicSelect
impl Sync for PicSelect
impl Unpin for PicSelect
impl UnwindSafe for PicSelect
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