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