#[repr(C)]pub struct RTF_WCSRETINFO {
pub size: u32,
pub ulStreamFlags: u32,
}Fields§
§size: u32§ulStreamFlags: u32Trait Implementations§
Source§impl Clone for RTF_WCSRETINFO
impl Clone for RTF_WCSRETINFO
Source§fn clone(&self) -> RTF_WCSRETINFO
fn clone(&self) -> RTF_WCSRETINFO
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 RTF_WCSRETINFO
Source§impl Debug for RTF_WCSRETINFO
impl Debug for RTF_WCSRETINFO
Source§impl Default for RTF_WCSRETINFO
impl Default for RTF_WCSRETINFO
Source§fn default() -> RTF_WCSRETINFO
fn default() -> RTF_WCSRETINFO
Returns the “default value” for a type. Read more
Source§impl PartialEq for RTF_WCSRETINFO
impl PartialEq for RTF_WCSRETINFO
Source§fn eq(&self, other: &RTF_WCSRETINFO) -> bool
fn eq(&self, other: &RTF_WCSRETINFO) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RTF_WCSRETINFO
Auto Trait Implementations§
impl Freeze for RTF_WCSRETINFO
impl RefUnwindSafe for RTF_WCSRETINFO
impl Send for RTF_WCSRETINFO
impl Sync for RTF_WCSRETINFO
impl Unpin for RTF_WCSRETINFO
impl UnsafeUnpin for RTF_WCSRETINFO
impl UnwindSafe for RTF_WCSRETINFO
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