pub struct ObjectSetRef(/* private fields */);Expand description
A borrowed reference to a ObjectSet.
Implementations§
Trait Implementations§
Source§impl AsMut<ObjectSetRef> for ObjectSet
impl AsMut<ObjectSetRef> for ObjectSet
Source§fn as_mut(&mut self) -> &mut ObjectSetRef
fn as_mut(&mut self) -> &mut ObjectSetRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ObjectSetRef> for ObjectSet
impl AsRef<ObjectSetRef> for ObjectSet
Source§fn as_ref(&self) -> &ObjectSetRef
fn as_ref(&self) -> &ObjectSetRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<ObjectSetRef> for ObjectSet
impl Borrow<ObjectSetRef> for ObjectSet
Source§fn borrow(&self) -> &ObjectSetRef
fn borrow(&self) -> &ObjectSetRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<ObjectSetRef> for ObjectSet
impl BorrowMut<ObjectSetRef> for ObjectSet
Source§fn borrow_mut(&mut self) -> &mut ObjectSetRef
fn borrow_mut(&mut self) -> &mut ObjectSetRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for ObjectSetRef
impl ForeignTypeRef for ObjectSetRef
Source§type CType = struct__FcObjectSet
type CType = struct__FcObjectSet
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
Auto Trait Implementations§
impl Freeze for ObjectSetRef
impl !RefUnwindSafe for ObjectSetRef
impl !Send for ObjectSetRef
impl !Sync for ObjectSetRef
impl Unpin for ObjectSetRef
impl UnwindSafe for ObjectSetRef
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