Union BITS_JOB_PROPERTY_VALUE
#[repr(C)]
pub union BITS_JOB_PROPERTY_VALUE {
pub Dword: u32,
pub ClsID: GUID,
pub Enable: BOOL,
pub Uint64: u64,
pub Target: BG_AUTH_TARGET,
}
Fields§
§Dword: u32
§ClsID: GUID
§Enable: BOOL
§Uint64: u64
§Target: BG_AUTH_TARGET
Trait Implementations§
§impl Clone for BITS_JOB_PROPERTY_VALUE
impl Clone for BITS_JOB_PROPERTY_VALUE
§fn clone(&self) -> BITS_JOB_PROPERTY_VALUE
fn clone(&self) -> BITS_JOB_PROPERTY_VALUE
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§impl Default for BITS_JOB_PROPERTY_VALUE
impl Default for BITS_JOB_PROPERTY_VALUE
impl Copy for BITS_JOB_PROPERTY_VALUE
Auto Trait Implementations§
impl Freeze for BITS_JOB_PROPERTY_VALUE
impl RefUnwindSafe for BITS_JOB_PROPERTY_VALUE
impl Send for BITS_JOB_PROPERTY_VALUE
impl Sync for BITS_JOB_PROPERTY_VALUE
impl Unpin for BITS_JOB_PROPERTY_VALUE
impl UnwindSafe for BITS_JOB_PROPERTY_VALUE
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