pub struct MemorySectionMarkers {
pub start: &'static str,
pub end: &'static str,
}Fields§
§start: &'static str§end: &'static strTrait Implementations§
Source§impl Clone for MemorySectionMarkers
impl Clone for MemorySectionMarkers
Source§fn clone(&self) -> MemorySectionMarkers
fn clone(&self) -> MemorySectionMarkers
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MemorySectionMarkers
Auto Trait Implementations§
impl Freeze for MemorySectionMarkers
impl RefUnwindSafe for MemorySectionMarkers
impl Send for MemorySectionMarkers
impl Sync for MemorySectionMarkers
impl Unpin for MemorySectionMarkers
impl UnsafeUnpin for MemorySectionMarkers
impl UnwindSafe for MemorySectionMarkers
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