Struct windows_sys::Win32::System::Ioctl::CHANGER_ELEMENT
#[repr(C)]pub struct CHANGER_ELEMENT {
pub ElementType: ELEMENT_TYPE,
pub ElementAddress: u32,
}
Fields§
§ElementType: ELEMENT_TYPE
§ElementAddress: u32
Trait Implementations§
§impl Clone for CHANGER_ELEMENT
impl Clone for CHANGER_ELEMENT
impl Copy for CHANGER_ELEMENT
Auto Trait Implementations§
impl RefUnwindSafe for CHANGER_ELEMENT
impl Send for CHANGER_ELEMENT
impl Sync for CHANGER_ELEMENT
impl Unpin for CHANGER_ELEMENT
impl UnwindSafe for CHANGER_ELEMENT
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