Struct gimli::read::endian_slice::DebugBytes
source · struct DebugBytes<'input>(&'input [u8]);
Tuple Fields§
§0: &'input [u8]
Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for DebugBytes<'input>
impl<'input> RefUnwindSafe for DebugBytes<'input>
impl<'input> Send for DebugBytes<'input>
impl<'input> Sync for DebugBytes<'input>
impl<'input> Unpin for DebugBytes<'input>
impl<'input> UnwindSafe for DebugBytes<'input>
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