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: u16
Trait Implementations§
§impl Clone for WBCL_Iterator
impl Clone for WBCL_Iterator
§fn clone(&self) -> WBCL_Iterator
fn clone(&self) -> WBCL_Iterator
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_Iterator
Auto Trait Implementations§
impl Freeze for WBCL_Iterator
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
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
)