pub struct RodataDecl {
pub span: Range<usize>,
}Fields§
§span: Range<usize>Trait Implementations§
Source§impl Clone for RodataDecl
impl Clone for RodataDecl
Source§fn clone(&self) -> RodataDecl
fn clone(&self) -> RodataDecl
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 moreAuto Trait Implementations§
impl Freeze for RodataDecl
impl RefUnwindSafe for RodataDecl
impl Send for RodataDecl
impl Sync for RodataDecl
impl Unpin for RodataDecl
impl UnwindSafe for RodataDecl
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