#[repr(C, packed(1))]pub struct WINDIVERT_IOCTL_SET_PARAM {
pub val: u64,
pub param: u32,
}Fields§
§val: u64§param: u32Trait Implementations§
Source§impl Clone for WINDIVERT_IOCTL_SET_PARAM
impl Clone for WINDIVERT_IOCTL_SET_PARAM
Source§fn clone(&self) -> WINDIVERT_IOCTL_SET_PARAM
fn clone(&self) -> WINDIVERT_IOCTL_SET_PARAM
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_SET_PARAM
impl Debug for WINDIVERT_IOCTL_SET_PARAM
Source§impl Default for WINDIVERT_IOCTL_SET_PARAM
impl Default for WINDIVERT_IOCTL_SET_PARAM
Source§fn default() -> WINDIVERT_IOCTL_SET_PARAM
fn default() -> WINDIVERT_IOCTL_SET_PARAM
Returns the “default value” for a type. Read more
impl Copy for WINDIVERT_IOCTL_SET_PARAM
Auto Trait Implementations§
impl Freeze for WINDIVERT_IOCTL_SET_PARAM
impl RefUnwindSafe for WINDIVERT_IOCTL_SET_PARAM
impl Send for WINDIVERT_IOCTL_SET_PARAM
impl Sync for WINDIVERT_IOCTL_SET_PARAM
impl Unpin for WINDIVERT_IOCTL_SET_PARAM
impl UnwindSafe for WINDIVERT_IOCTL_SET_PARAM
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