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