Struct windows_sys::Win32::UI::Shell::FILEGROUPDESCRIPTORA
[−]#[repr(C, packed(1))]pub struct FILEGROUPDESCRIPTORA {
pub cItems: u32,
pub fgd: [FILEDESCRIPTORA; 1],
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
Fields
cItems: u32
fgd: [FILEDESCRIPTORA; 1]
Trait Implementations
impl Clone for FILEGROUPDESCRIPTORA
impl Clone for FILEGROUPDESCRIPTORA
impl Copy for FILEGROUPDESCRIPTORA
Auto Trait Implementations
impl RefUnwindSafe for FILEGROUPDESCRIPTORA
impl Send for FILEGROUPDESCRIPTORA
impl Sync for FILEGROUPDESCRIPTORA
impl Unpin for FILEGROUPDESCRIPTORA
impl UnwindSafe for FILEGROUPDESCRIPTORA
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