Struct gimli::read::endian_slice::DebugLen
source · struct DebugLen(usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugLen
impl RefUnwindSafe for DebugLen
impl Send for DebugLen
impl Sync for DebugLen
impl Unpin for DebugLen
impl UnwindSafe for DebugLen
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