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,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
signature: u32
version: u32
entries: u32
length: u32
Trait Implementations
impl Clone for WBCL_LogHdr
impl Clone for WBCL_LogHdr
impl Copy for WBCL_LogHdr
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more