pub struct PBXProject { /* private fields */ }Implementations§
Source§impl PBXProject
impl PBXProject
pub fn new(archive_version: i32, object_version: i32) -> Self
pub fn add_object(&mut self, object: PBXObject) -> PBXObjectID
pub fn set_root_object(&mut self, object_id: PBXObjectID)
Trait Implementations§
Source§impl Debug for PBXProject
impl Debug for PBXProject
Source§impl Default for PBXProject
impl Default for PBXProject
Auto Trait Implementations§
impl Freeze for PBXProject
impl RefUnwindSafe for PBXProject
impl Send for PBXProject
impl Sync for PBXProject
impl Unpin for PBXProject
impl UnwindSafe for PBXProject
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