pub struct PropertyList { /* private fields */ }Expand description
Re-exports the corresponding SystemConfiguration wrappers.
Wraps CFPropertyListRef values used by SystemConfiguration APIs.
Implementations§
Source§impl PropertyList
impl PropertyList
Sourcepub fn from_string(value: &str) -> Result<Self>
pub fn from_string(value: &str) -> Result<Self>
Wraps SCPropertyListFromString.
Sourcepub fn description(&self) -> Result<String>
pub fn description(&self) -> Result<String>
Wraps SCPropertyListCopyDescription.
Trait Implementations§
Source§impl Clone for PropertyList
impl Clone for PropertyList
Source§fn clone(&self) -> PropertyList
fn clone(&self) -> PropertyList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PropertyList
impl RefUnwindSafe for PropertyList
impl !Send for PropertyList
impl !Sync for PropertyList
impl Unpin for PropertyList
impl UnsafeUnpin for PropertyList
impl UnwindSafe for PropertyList
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