#[repr(u8)]pub enum DsiHostPhyLanes {
One = 0,
Two = 1,
}Expand description
Number of DSI PHY data lanes
Variants§
Trait Implementations§
Source§impl Clone for DsiHostPhyLanes
impl Clone for DsiHostPhyLanes
Source§fn clone(&self) -> DsiHostPhyLanes
fn clone(&self) -> DsiHostPhyLanes
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 moreimpl Copy for DsiHostPhyLanes
Auto Trait Implementations§
impl Freeze for DsiHostPhyLanes
impl RefUnwindSafe for DsiHostPhyLanes
impl Send for DsiHostPhyLanes
impl Sync for DsiHostPhyLanes
impl Unpin for DsiHostPhyLanes
impl UnwindSafe for DsiHostPhyLanes
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