pub struct BytesArg(pub Vec<u8>);Expand description
A property value written as hex, of whatever length the property takes. Empty is a value too — it is how a string property is cleared.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
impl Eq for BytesArg
impl StructuralPartialEq for BytesArg
Auto Trait Implementations§
impl Freeze for BytesArg
impl RefUnwindSafe for BytesArg
impl Send for BytesArg
impl Sync for BytesArg
impl Unpin for BytesArg
impl UnwindSafe for BytesArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)