Union windows_sys::Win32::Devices::Display::MIPI_DSI_RESET_0
[−]#[repr(C)]
pub union MIPI_DSI_RESET_0 {
pub Anonymous: MIPI_DSI_RESET_0_0,
pub Results: u32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Anonymous: MIPI_DSI_RESET_0_0
Results: u32
Trait Implementations
impl Clone for MIPI_DSI_RESET_0
impl Clone for MIPI_DSI_RESET_0
impl Copy for MIPI_DSI_RESET_0
Auto Trait Implementations
impl RefUnwindSafe for MIPI_DSI_RESET_0
impl Send for MIPI_DSI_RESET_0
impl Sync for MIPI_DSI_RESET_0
impl Unpin for MIPI_DSI_RESET_0
impl UnwindSafe for MIPI_DSI_RESET_0
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