Struct windows_native::ntsam::DOMAIN_DISPLAY_MACHINE
source ยท #[repr(C)]pub struct DOMAIN_DISPLAY_MACHINE {
pub Index: u32,
pub Rid: u32,
pub AccountControl: u32,
pub Machine: UNICODE_STRING,
pub Comment: UNICODE_STRING,
}Fieldsยง
ยงIndex: u32ยงRid: u32ยงAccountControl: u32ยงMachine: UNICODE_STRINGยงComment: UNICODE_STRINGTrait Implementationsยง
sourceยงimpl Debug for DOMAIN_DISPLAY_MACHINE
impl Debug for DOMAIN_DISPLAY_MACHINE
Auto Trait Implementationsยง
impl RefUnwindSafe for DOMAIN_DISPLAY_MACHINE
impl !Send for DOMAIN_DISPLAY_MACHINE
impl !Sync for DOMAIN_DISPLAY_MACHINE
impl Unpin for DOMAIN_DISPLAY_MACHINE
impl UnwindSafe for DOMAIN_DISPLAY_MACHINE
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