Struct windows_sys::Win32::NetworkManagement::QoS::WBCL_LogHdr
#[repr(C, packed(1))]pub struct WBCL_LogHdr {
pub signature: u32,
pub version: u32,
pub entries: u32,
pub length: u32,
}
Fields§
§signature: u32
§version: u32
§entries: u32
§length: u32
Trait Implementations§
§impl Clone for WBCL_LogHdr
impl Clone for WBCL_LogHdr
§fn clone(&self) -> WBCL_LogHdr
fn clone(&self) -> WBCL_LogHdr
Returns a copy 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 moreimpl Copy for WBCL_LogHdr
Auto Trait Implementations§
impl Freeze for WBCL_LogHdr
impl RefUnwindSafe for WBCL_LogHdr
impl Send for WBCL_LogHdr
impl Sync for WBCL_LogHdr
impl Unpin for WBCL_LogHdr
impl UnwindSafe for WBCL_LogHdr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)