#[repr(C)]pub struct BITS_JOB_PROPERTY_VALUE(/* private fields */);
Implementations§
Source§impl BITS_JOB_PROPERTY_VALUE
impl BITS_JOB_PROPERTY_VALUE
pub unsafe fn Dword(&self) -> &DWORD
pub unsafe fn Dword_mut(&mut self) -> &mut DWORD
pub unsafe fn ClsID(&self) -> &GUID
pub unsafe fn ClsID_mut(&mut self) -> &mut GUID
pub unsafe fn Enable(&self) -> &BOOL
pub unsafe fn Enable_mut(&mut self) -> &mut BOOL
pub unsafe fn Uint64(&self) -> &UINT64
pub unsafe fn Uint64_mut(&mut self) -> &mut UINT64
pub unsafe fn Target(&self) -> &BG_AUTH_TARGET
pub unsafe fn Target_mut(&mut self) -> &mut BG_AUTH_TARGET
Trait Implementations§
Source§impl Clone for BITS_JOB_PROPERTY_VALUE
impl Clone for BITS_JOB_PROPERTY_VALUE
Source§fn clone(&self) -> BITS_JOB_PROPERTY_VALUE
fn clone(&self) -> BITS_JOB_PROPERTY_VALUE
Returns a duplicate 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 Default for BITS_JOB_PROPERTY_VALUE
impl Default for BITS_JOB_PROPERTY_VALUE
Source§fn default() -> BITS_JOB_PROPERTY_VALUE
fn default() -> BITS_JOB_PROPERTY_VALUE
Returns the “default value” for a type. Read more
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