pub struct ObjectSet {
d: *mut FcObjectSet,
}
Fields§
§d: *mut FcObjectSet
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectSet
impl RefUnwindSafe for ObjectSet
impl !Send for ObjectSet
impl !Sync for ObjectSet
impl Unpin for ObjectSet
impl UnwindSafe for ObjectSet
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