Struct windows_sys::Win32::System::WindowsSync::SYNC_RANGE
[−]#[repr(C)]pub struct SYNC_RANGE {
pub pbClosedLowerBound: *mut u8,
pub pbClosedUpperBound: *mut u8,
}
Expand description
Required features: "Win32_System_WindowsSync"
Fields
pbClosedLowerBound: *mut u8
pbClosedUpperBound: *mut u8
Trait Implementations
impl Clone for SYNC_RANGE
impl Clone for SYNC_RANGE
impl Copy for SYNC_RANGE
Auto Trait Implementations
impl RefUnwindSafe for SYNC_RANGE
impl !Send for SYNC_RANGE
impl !Sync for SYNC_RANGE
impl Unpin for SYNC_RANGE
impl UnwindSafe for SYNC_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