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