Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_BACKLINK
#[repr(C)]pub struct ADS_BACKLINK {
pub RemoteID: u32,
pub ObjectName: PWSTR,
}
Fields§
§RemoteID: u32
§ObjectName: PWSTR
Trait Implementations§
§impl Clone for ADS_BACKLINK
impl Clone for ADS_BACKLINK
impl Copy for ADS_BACKLINK
Auto Trait Implementations§
impl RefUnwindSafe for ADS_BACKLINK
impl !Send for ADS_BACKLINK
impl !Sync for ADS_BACKLINK
impl Unpin for ADS_BACKLINK
impl UnwindSafe for ADS_BACKLINK
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