#[repr(C, packed(1))]pub struct WINDIVERT_IOCTL_SHUTDOWN {
pub how: u32,
}Fields§
§how: u32Trait Implementations§
Source§impl Clone for WINDIVERT_IOCTL_SHUTDOWN
impl Clone for WINDIVERT_IOCTL_SHUTDOWN
Source§fn clone(&self) -> WINDIVERT_IOCTL_SHUTDOWN
fn clone(&self) -> WINDIVERT_IOCTL_SHUTDOWN
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WINDIVERT_IOCTL_SHUTDOWN
impl Debug for WINDIVERT_IOCTL_SHUTDOWN
Source§impl Default for WINDIVERT_IOCTL_SHUTDOWN
impl Default for WINDIVERT_IOCTL_SHUTDOWN
Source§fn default() -> WINDIVERT_IOCTL_SHUTDOWN
fn default() -> WINDIVERT_IOCTL_SHUTDOWN
Returns the “default value” for a type. Read more
impl Copy for WINDIVERT_IOCTL_SHUTDOWN
Auto Trait Implementations§
impl Freeze for WINDIVERT_IOCTL_SHUTDOWN
impl RefUnwindSafe for WINDIVERT_IOCTL_SHUTDOWN
impl Send for WINDIVERT_IOCTL_SHUTDOWN
impl Sync for WINDIVERT_IOCTL_SHUTDOWN
impl Unpin for WINDIVERT_IOCTL_SHUTDOWN
impl UnwindSafe for WINDIVERT_IOCTL_SHUTDOWN
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