#[repr(C)]pub struct SRange { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for SRange
impl ExternType for SRange
impl UniquePtrTarget for SRange
Auto Trait Implementations§
impl Freeze for SRange
impl RefUnwindSafe for SRange
impl !Send for SRange
impl !Sync for SRange
impl !Unpin for SRange
impl UnwindSafe for SRange
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