Struct windows_sys::Win32::System::Ioctl::SD_ENUM_SDS_INPUT
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
StartingOffset: u64
MaxSDEntriesToReturn: u64
Trait Implementations
impl Clone for SD_ENUM_SDS_INPUT
impl Clone for SD_ENUM_SDS_INPUT
impl Copy for SD_ENUM_SDS_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SD_ENUM_SDS_INPUT
impl Send for SD_ENUM_SDS_INPUT
impl Sync for SD_ENUM_SDS_INPUT
impl Unpin for SD_ENUM_SDS_INPUT
impl UnwindSafe for SD_ENUM_SDS_INPUT
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