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