pub struct OdMemberId<'a> { /* private fields */ }
Available on crate feature
macos_14_0_0
and macOS only.Expand description
The identity of a group member
Implementations§
Source§impl<'a> OdMemberId<'a>
impl<'a> OdMemberId<'a>
Sourcepub fn member_type(&self) -> es_od_member_type_t
pub fn member_type(&self) -> es_od_member_type_t
Indicates the type of the member, and how it is identified.
Sourcepub fn raw_member_value(&self) -> &'a es_od_member_id_t_anon0
pub fn raw_member_value(&self) -> &'a es_od_member_id_t_anon0
The member identity, as its raw value.
Sourcepub fn member_value(&self) -> Option<OdMemberIdValue<'a>>
pub fn member_value(&self) -> Option<OdMemberIdValue<'a>>
The member identity.
Trait Implementations§
Source§impl<'a> Debug for OdMemberId<'a>
impl<'a> Debug for OdMemberId<'a>
Source§impl<'a> Hash for OdMemberId<'a>
impl<'a> Hash for OdMemberId<'a>
Source§impl<'a> PartialEq for OdMemberId<'a>
impl<'a> PartialEq for OdMemberId<'a>
impl<'a> Eq for OdMemberId<'a>
impl Send for OdMemberId<'_>
Auto Trait Implementations§
impl<'a> Freeze for OdMemberId<'a>
impl<'a> RefUnwindSafe for OdMemberId<'a>
impl<'a> !Sync for OdMemberId<'a>
impl<'a> Unpin for OdMemberId<'a>
impl<'a> UnwindSafe for OdMemberId<'a>
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