#[repr(C)]pub struct ShumateMarkerLayer { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateMarkerLayer
impl RefUnwindSafe for ShumateMarkerLayer
impl !Send for ShumateMarkerLayer
impl !Sync for ShumateMarkerLayer
impl !Unpin for ShumateMarkerLayer
impl UnwindSafe for ShumateMarkerLayer
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