pub struct BlobHandle { /* private fields */ }
Expand description
A handle for a live property blob.
The Drop
implementation for this type destroys the
Implementations§
Trait Implementations§
Source§impl AsRawPropertyValue for BlobHandle
impl AsRawPropertyValue for BlobHandle
fn as_raw_property_value(&self) -> u64
Source§impl Debug for BlobHandle
impl Debug for BlobHandle
Source§impl Drop for BlobHandle
impl Drop for BlobHandle
Source§impl IntoRawPropertyValue for BlobHandle
impl IntoRawPropertyValue for BlobHandle
Auto Trait Implementations§
impl Freeze for BlobHandle
impl RefUnwindSafe for BlobHandle
impl Send for BlobHandle
impl Sync for BlobHandle
impl Unpin for BlobHandle
impl UnwindSafe for BlobHandle
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