Struct windows_sys::Win32::System::WindowsSync::ID_PARAMETERS
[−]#[repr(C)]pub struct ID_PARAMETERS {
pub dwSize: u32,
pub replicaId: ID_PARAMETER_PAIR,
pub itemId: ID_PARAMETER_PAIR,
pub changeUnitId: ID_PARAMETER_PAIR,
}
Expand description
Required features: ‘Win32_System_WindowsSync’, ‘Win32_Foundation’
Fields
dwSize: u32
replicaId: ID_PARAMETER_PAIR
itemId: ID_PARAMETER_PAIR
changeUnitId: ID_PARAMETER_PAIR
Trait Implementations
impl Clone for ID_PARAMETERS
impl Clone for ID_PARAMETERS
impl Copy for ID_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for ID_PARAMETERS
impl Send for ID_PARAMETERS
impl Sync for ID_PARAMETERS
impl Unpin for ID_PARAMETERS
impl UnwindSafe for ID_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more