Struct windows_native::ntsam::DOMAIN_DISPLAY_OEM_GROUP
source ยท #[repr(C)]pub struct DOMAIN_DISPLAY_OEM_GROUP {
pub Index: u32,
pub Group: STRING,
}Fieldsยง
ยงIndex: u32ยงGroup: STRINGTrait Implementationsยง
sourceยงimpl Debug for DOMAIN_DISPLAY_OEM_GROUP
impl Debug for DOMAIN_DISPLAY_OEM_GROUP
Auto Trait Implementationsยง
impl RefUnwindSafe for DOMAIN_DISPLAY_OEM_GROUP
impl !Send for DOMAIN_DISPLAY_OEM_GROUP
impl !Sync for DOMAIN_DISPLAY_OEM_GROUP
impl Unpin for DOMAIN_DISPLAY_OEM_GROUP
impl UnwindSafe for DOMAIN_DISPLAY_OEM_GROUP
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