#[repr(C)]pub struct OBDispOffsetConfig {
pub enable: u8,
pub offset0: u8,
pub offset1: u8,
pub reserved: u8,
}Expand description
@brief Disparity offset interleaving configuration
Fields§
§enable: u8§offset0: u8§offset1: u8§reserved: u8Trait Implementations§
Source§impl Clone for OBDispOffsetConfig
impl Clone for OBDispOffsetConfig
Source§fn clone(&self) -> OBDispOffsetConfig
fn clone(&self) -> OBDispOffsetConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OBDispOffsetConfig
Auto Trait Implementations§
impl Freeze for OBDispOffsetConfig
impl RefUnwindSafe for OBDispOffsetConfig
impl Send for OBDispOffsetConfig
impl Sync for OBDispOffsetConfig
impl Unpin for OBDispOffsetConfig
impl UnsafeUnpin for OBDispOffsetConfig
impl UnwindSafe for OBDispOffsetConfig
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