Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ITEM_RANGE
[−]Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
minItemCount: u32
maxItemCount: u32
Trait Implementations
impl Clone for WS_ITEM_RANGE
impl Clone for WS_ITEM_RANGE
impl Copy for WS_ITEM_RANGE
Auto Trait Implementations
impl RefUnwindSafe for WS_ITEM_RANGE
impl Send for WS_ITEM_RANGE
impl Sync for WS_ITEM_RANGE
impl Unpin for WS_ITEM_RANGE
impl UnwindSafe for WS_ITEM_RANGE
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