#[repr(C)]pub struct GSTriggerInfoTag {
pub name: *const GSChar,
pub type_: GSTriggerType,
pub uri: *const GSChar,
pub eventTypeFlags: GSTriggerEventTypeFlags,
pub columnSet: *const *const GSChar,
pub columnCount: size_t,
pub jmsDestinationType: *const GSChar,
pub jmsDestinationName: *const GSChar,
pub user: *const GSChar,
pub password: *const GSChar,
}
Fields§
§name: *const GSChar
§type_: GSTriggerType
§uri: *const GSChar
§eventTypeFlags: GSTriggerEventTypeFlags
§columnSet: *const *const GSChar
§columnCount: size_t
§jmsDestinationType: *const GSChar
§jmsDestinationName: *const GSChar
§user: *const GSChar
§password: *const GSChar
Trait Implementations§
Source§impl Clone for GSTriggerInfoTag
impl Clone for GSTriggerInfoTag
Source§fn clone(&self) -> GSTriggerInfoTag
fn clone(&self) -> GSTriggerInfoTag
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 GSTriggerInfoTag
impl Debug for GSTriggerInfoTag
impl Copy for GSTriggerInfoTag
Auto Trait Implementations§
impl Freeze for GSTriggerInfoTag
impl RefUnwindSafe for GSTriggerInfoTag
impl !Send for GSTriggerInfoTag
impl !Sync for GSTriggerInfoTag
impl Unpin for GSTriggerInfoTag
impl UnwindSafe for GSTriggerInfoTag
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