pub struct BxSegment {
pub bx_segment: u16,
}
Fields§
§bx_segment: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BxSegment
impl RefUnwindSafe for BxSegment
impl Send for BxSegment
impl Sync for BxSegment
impl Unpin for BxSegment
impl UnwindSafe for BxSegment
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