Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_OCTET_LIST
[−]#[repr(C)]pub struct ADS_OCTET_LIST {
pub Next: *mut ADS_OCTET_LIST,
pub Length: u32,
pub Data: *mut u8,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
Next: *mut ADS_OCTET_LIST
Length: u32
Data: *mut u8
Trait Implementations
impl Clone for ADS_OCTET_LIST
impl Clone for ADS_OCTET_LIST
impl Copy for ADS_OCTET_LIST
Auto Trait Implementations
impl RefUnwindSafe for ADS_OCTET_LIST
impl !Send for ADS_OCTET_LIST
impl !Sync for ADS_OCTET_LIST
impl Unpin for ADS_OCTET_LIST
impl UnwindSafe for ADS_OCTET_LIST
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