Struct x11_dl::sync::XSyncTrigger
source · #[repr(C)]pub struct XSyncTrigger {
pub counter: XSyncCounter,
pub value_type: XSyncValueType,
pub wait_value: XSyncValue,
pub test_type: XSyncTestType,
}
Fields§
§counter: XSyncCounter
§value_type: XSyncValueType
§wait_value: XSyncValue
§test_type: XSyncTestType
Trait Implementations§
source§impl Clone for XSyncTrigger
impl Clone for XSyncTrigger
source§fn clone(&self) -> XSyncTrigger
fn clone(&self) -> XSyncTrigger
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XSyncTrigger
impl Debug for XSyncTrigger
impl Copy for XSyncTrigger
Auto Trait Implementations§
impl Freeze for XSyncTrigger
impl RefUnwindSafe for XSyncTrigger
impl Send for XSyncTrigger
impl Sync for XSyncTrigger
impl Unpin for XSyncTrigger
impl UnwindSafe for XSyncTrigger
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