pub struct BlobProperty {
pub prop_id: u16,
pub value: BlobValue,
}Expand description
A single property entry from the Blob binary.
Fields§
§prop_id: u16§value: BlobValueImplementations§
Source§impl BlobProperty
impl BlobProperty
Trait Implementations§
Source§impl Clone for BlobProperty
impl Clone for BlobProperty
Source§fn clone(&self) -> BlobProperty
fn clone(&self) -> BlobProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BlobProperty
impl RefUnwindSafe for BlobProperty
impl Send for BlobProperty
impl Sync for BlobProperty
impl Unpin for BlobProperty
impl UnsafeUnpin for BlobProperty
impl UnwindSafe for BlobProperty
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