Struct windows_sys::Win32::System::Ioctl::CHANGER_SET_ACCESS
[−]#[repr(C)]pub struct CHANGER_SET_ACCESS {
pub Element: CHANGER_ELEMENT,
pub Control: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Element: CHANGER_ELEMENT
Control: u32
Trait Implementations
impl Clone for CHANGER_SET_ACCESS
impl Clone for CHANGER_SET_ACCESS
impl Copy for CHANGER_SET_ACCESS
Auto Trait Implementations
impl RefUnwindSafe for CHANGER_SET_ACCESS
impl Send for CHANGER_SET_ACCESS
impl Sync for CHANGER_SET_ACCESS
impl Unpin for CHANGER_SET_ACCESS
impl UnwindSafe for CHANGER_SET_ACCESS
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