Struct core_foundation_sys::tree::__CFTree
source · #[repr(C)]pub struct __CFTree(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFTree
impl RefUnwindSafe for __CFTree
impl Send for __CFTree
impl Sync for __CFTree
impl Unpin for __CFTree
impl UnwindSafe for __CFTree
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