pub struct ObjectFlagSync { /* private fields */ }Expand description
A struct used for synchronizing the A/B event flags of all objects, which are used for triggering PDO events
Implementations§
Trait Implementations§
Source§impl Debug for ObjectFlagSync
impl Debug for ObjectFlagSync
Auto Trait Implementations§
impl !Freeze for ObjectFlagSync
impl !RefUnwindSafe for ObjectFlagSync
impl Send for ObjectFlagSync
impl Sync for ObjectFlagSync
impl Unpin for ObjectFlagSync
impl UnwindSafe for ObjectFlagSync
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