#[repr(transparent)]pub struct FbufPara(pub u32);Expand description
CSI Frame Buffer Parameter Register
Tuple Fields§
§0: u32Implementations§
Source§impl FbufPara
impl FbufPara
Sourcepub const fn fbuf_stride(&self) -> u16
pub const fn fbuf_stride(&self) -> u16
Frame Buffer Parameter
Sourcepub const fn set_fbuf_stride(&mut self, val: u16)
pub const fn set_fbuf_stride(&mut self, val: u16)
Frame Buffer Parameter
Sourcepub const fn deinterlace_stride(&self) -> u16
pub const fn deinterlace_stride(&self) -> u16
DEINTERLACE_STRIDE is only used in the deinterlace mode
Sourcepub const fn set_deinterlace_stride(&mut self, val: u16)
pub const fn set_deinterlace_stride(&mut self, val: u16)
DEINTERLACE_STRIDE is only used in the deinterlace mode
Trait Implementations§
impl Copy for FbufPara
impl Eq for FbufPara
impl StructuralPartialEq for FbufPara
Auto Trait Implementations§
impl Freeze for FbufPara
impl RefUnwindSafe for FbufPara
impl Send for FbufPara
impl Sync for FbufPara
impl Unpin for FbufPara
impl UnwindSafe for FbufPara
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