Struct BranchOfficeJobData
#[repr(C)]pub struct BranchOfficeJobData {
pub eEventType: EBranchOfficeJobEventType,
pub JobId: u32,
pub JobInfo: BranchOfficeJobData_0,
}
Fields§
§eEventType: EBranchOfficeJobEventType
§JobId: u32
§JobInfo: BranchOfficeJobData_0
Trait Implementations§
§impl Clone for BranchOfficeJobData
impl Clone for BranchOfficeJobData
§fn clone(&self) -> BranchOfficeJobData
fn clone(&self) -> BranchOfficeJobData
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 BranchOfficeJobData
Auto Trait Implementations§
impl Freeze for BranchOfficeJobData
impl RefUnwindSafe for BranchOfficeJobData
impl !Send for BranchOfficeJobData
impl !Sync for BranchOfficeJobData
impl Unpin for BranchOfficeJobData
impl UnwindSafe for BranchOfficeJobData
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