#[repr(C, packed(1))]pub struct FILEGROUPDESCRIPTORA {
pub cItems: u32,
pub fgd: [FILEDESCRIPTORA; 1],
}Fields§
§cItems: u32§fgd: [FILEDESCRIPTORA; 1]Trait Implementations§
Source§impl Abi for FILEGROUPDESCRIPTORA
impl Abi for FILEGROUPDESCRIPTORA
Source§type Abi = FILEGROUPDESCRIPTORA
type Abi = FILEGROUPDESCRIPTORA
The abi representation of the implementing type. Read more
type DefaultType = FILEGROUPDESCRIPTORA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FILEGROUPDESCRIPTORA
impl Clone for FILEGROUPDESCRIPTORA
Source§fn clone(&self) -> FILEGROUPDESCRIPTORA
fn clone(&self) -> FILEGROUPDESCRIPTORA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for FILEGROUPDESCRIPTORA
impl PartialEq for FILEGROUPDESCRIPTORA
impl Copy for FILEGROUPDESCRIPTORA
impl Eq for FILEGROUPDESCRIPTORA
Auto Trait Implementations§
impl Freeze for FILEGROUPDESCRIPTORA
impl RefUnwindSafe for FILEGROUPDESCRIPTORA
impl Send for FILEGROUPDESCRIPTORA
impl Sync for FILEGROUPDESCRIPTORA
impl Unpin for FILEGROUPDESCRIPTORA
impl UnwindSafe for FILEGROUPDESCRIPTORA
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