Struct x11::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 more