#[repr(C)]pub struct es_profile_t {
pub identifier: es_string_token_t,
pub uuid: es_string_token_t,
pub install_source: es_profile_source_t,
pub organization: es_string_token_t,
pub display_name: es_string_token_t,
pub scope: es_string_token_t,
}Available on macOS and crate feature
macos_14_0_0 only.Fields§
§identifier: es_string_token_tProfile identifier
uuid: es_string_token_tProfile UUID
install_source: es_profile_source_tSource of Profile installation (MDM/Manual Install)
organization: es_string_token_tProfile organization name
display_name: es_string_token_tProfile display name
scope: es_string_token_tProfile scope
Auto Trait Implementations§
impl Freeze for es_profile_t
impl RefUnwindSafe for es_profile_t
impl !Send for es_profile_t
impl !Sync for es_profile_t
impl Unpin for es_profile_t
impl UnwindSafe for es_profile_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