Struct windows_sys::Win32::NetworkManagement::QoS::WBCL_Iterator
#[repr(C, packed(1))]pub struct WBCL_Iterator {
pub firstElementPtr: *mut c_void,
pub logSize: u32,
pub currentElementPtr: *mut c_void,
pub currentElementSize: u32,
pub digestSize: u16,
pub logFormat: u16,
pub numberOfDigests: u32,
pub digestSizes: *mut c_void,
pub supportedAlgorithms: u32,
pub hashAlgorithm: u16,
}Fields§
§firstElementPtr: *mut c_void§logSize: u32§currentElementPtr: *mut c_void§currentElementSize: u32§digestSize: u16§logFormat: u16§numberOfDigests: u32§digestSizes: *mut c_void§supportedAlgorithms: u32§hashAlgorithm: u16Trait Implementations§
§impl Clone for WBCL_Iterator
impl Clone for WBCL_Iterator
impl Copy for WBCL_Iterator
Auto Trait Implementations§
impl RefUnwindSafe for WBCL_Iterator
impl !Send for WBCL_Iterator
impl !Sync for WBCL_Iterator
impl Unpin for WBCL_Iterator
impl UnwindSafe for WBCL_Iterator
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