Struct SERVICE_TRIGGER_INFO
#[repr(C)]pub struct SERVICE_TRIGGER_INFO {
pub cTriggers: u32,
pub pTriggers: *mut SERVICE_TRIGGER,
pub pReserved: *mut u8,
}
Fields§
§cTriggers: u32
§pTriggers: *mut SERVICE_TRIGGER
§pReserved: *mut u8
Trait Implementations§
§impl Clone for SERVICE_TRIGGER_INFO
impl Clone for SERVICE_TRIGGER_INFO
§fn clone(&self) -> SERVICE_TRIGGER_INFO
fn clone(&self) -> SERVICE_TRIGGER_INFO
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 moreimpl Copy for SERVICE_TRIGGER_INFO
Auto Trait Implementations§
impl Freeze for SERVICE_TRIGGER_INFO
impl RefUnwindSafe for SERVICE_TRIGGER_INFO
impl !Send for SERVICE_TRIGGER_INFO
impl !Sync for SERVICE_TRIGGER_INFO
impl Unpin for SERVICE_TRIGGER_INFO
impl UnwindSafe for SERVICE_TRIGGER_INFO
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