Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ITEM_RANGE
#[repr(C)]pub struct WS_ITEM_RANGE {
pub minItemCount: u32,
pub maxItemCount: u32,
}
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§
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