Struct windows_sys::Win32::Devices::Display::MIPI_DSI_RESET
[−]#[repr(C)]pub struct MIPI_DSI_RESET {
pub Flags: u32,
pub Anonymous: MIPI_DSI_RESET_0,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Flags: u32
Anonymous: MIPI_DSI_RESET_0
Trait Implementations
impl Clone for MIPI_DSI_RESET
impl Clone for MIPI_DSI_RESET
impl Copy for MIPI_DSI_RESET
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more