Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_OCTET_STRING
[−]Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
dwLength: u32
lpValue: *mut u8
Trait Implementations
impl Clone for ADS_OCTET_STRING
impl Clone for ADS_OCTET_STRING
impl Copy for ADS_OCTET_STRING
Auto Trait Implementations
impl RefUnwindSafe for ADS_OCTET_STRING
impl !Send for ADS_OCTET_STRING
impl !Sync for ADS_OCTET_STRING
impl Unpin for ADS_OCTET_STRING
impl UnwindSafe for ADS_OCTET_STRING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more