pub struct DebugStringTable {
pub offset: u32,
pub length: u32,
}Fields§
§offset: u32§length: u32Trait Implementations§
Source§impl Clone for DebugStringTable
impl Clone for DebugStringTable
Source§fn clone(&self) -> DebugStringTable
fn clone(&self) -> DebugStringTable
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 DebugStringTable
impl Debug for DebugStringTable
Auto Trait Implementations§
impl Freeze for DebugStringTable
impl RefUnwindSafe for DebugStringTable
impl Send for DebugStringTable
impl Sync for DebugStringTable
impl Unpin for DebugStringTable
impl UnwindSafe for DebugStringTable
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