pub enum DataLanes {
_1 = 1,
_2 = 2,
}Expand description
Number of MIPI D-PHY data lanes.
Variants§
Trait Implementations§
impl Copy for DataLanes
Available on crate feature
unstable only.impl Eq for DataLanes
Available on crate feature
unstable only.impl StructuralPartialEq for DataLanes
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for DataLanes
impl RefUnwindSafe for DataLanes
impl Send for DataLanes
impl Sync for DataLanes
impl Unpin for DataLanes
impl UnsafeUnpin for DataLanes
impl UnwindSafe for DataLanes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)