pub struct CSSA { /* private fields */ }
Expand description
Code segment start address
Implementations§
Auto Trait Implementations§
impl !Freeze for CSSA
impl !RefUnwindSafe for CSSA
impl Send for CSSA
impl !Sync for CSSA
impl Unpin for CSSA
impl UnwindSafe for CSSA
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