pub struct ConstByteRefField { /* private fields */ }Expand description
A sub-object implementation which is backed by a static byte slice
Implementations§
Trait Implementations§
Source§impl Clone for ConstByteRefField
impl Clone for ConstByteRefField
Source§fn clone(&self) -> ConstByteRefField
fn clone(&self) -> ConstByteRefField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConstByteRefField
impl Debug for ConstByteRefField
Source§impl SubObjectAccess for ConstByteRefField
impl SubObjectAccess for ConstByteRefField
Source§fn read(&self, offset: usize, buf: &mut [u8]) -> Result<usize, AbortCode>
fn read(&self, offset: usize, buf: &mut [u8]) -> Result<usize, AbortCode>
Read data from the sub object Read more
Source§fn begin_partial(&self) -> Result<(), AbortCode>
fn begin_partial(&self) -> Result<(), AbortCode>
Begin a multi-part write to the object Read more
impl Copy for ConstByteRefField
Auto Trait Implementations§
impl Freeze for ConstByteRefField
impl RefUnwindSafe for ConstByteRefField
impl Send for ConstByteRefField
impl Sync for ConstByteRefField
impl Unpin for ConstByteRefField
impl UnwindSafe for ConstByteRefField
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