Struct MIPI_DSI_RESET
#[repr(C)]pub struct MIPI_DSI_RESET {
pub Flags: u32,
pub Anonymous: MIPI_DSI_RESET_0,
}
Fields§
§Flags: u32
§Anonymous: MIPI_DSI_RESET_0
Trait Implementations§
§impl Clone for MIPI_DSI_RESET
impl Clone for MIPI_DSI_RESET
§fn clone(&self) -> MIPI_DSI_RESET
fn clone(&self) -> MIPI_DSI_RESET
Returns a copy 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 MIPI_DSI_RESET
Auto Trait Implementations§
impl Freeze for MIPI_DSI_RESET
impl RefUnwindSafe for MIPI_DSI_RESET
impl Send for MIPI_DSI_RESET
impl Sync for MIPI_DSI_RESET
impl Unpin for MIPI_DSI_RESET
impl UnwindSafe for MIPI_DSI_RESET
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