pub struct ES;
Expand description
ES Segment
Entirely unused in 64-bit mode; setting the segment register does nothing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ES
impl RefUnwindSafe for ES
impl Send for ES
impl Sync for ES
impl Unpin for ES
impl UnwindSafe for ES
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