#[repr(C)]pub struct Marker {
pub element: Element,
pub type_: MarkerType,
}Fields§
§element: Element§type_: MarkerTypeAuto Trait Implementations§
impl !Send for Marker
impl !Sync for Marker
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Unpin for Marker
impl UnsafeUnpin for Marker
impl UnwindSafe for Marker
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