#[repr(C)]pub struct es_od_member_id_array_t {
pub member_type: es_od_member_type_t,
pub member_count: usize,
pub member_array: es_od_member_id_array_t_anon0,
}Available on macOS and crate feature
macos_14_0_0 only.Expand description
An array of group member identities.
Fields§
§member_type: es_od_member_type_tIndicates the type of the members, and how they are identified.
Note that member_type indicates which field of member_array is initialised.
member_count: usizeThe number of elements in member_array.
member_array: es_od_member_id_array_t_anon0A union of pointers.
The initialised member points to the first element of an array of member values.
Auto Trait Implementations§
impl Freeze for es_od_member_id_array_t
impl RefUnwindSafe for es_od_member_id_array_t
impl !Send for es_od_member_id_array_t
impl !Sync for es_od_member_id_array_t
impl Unpin for es_od_member_id_array_t
impl UnwindSafe for es_od_member_id_array_t
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