#[repr(C)]pub struct CaptureQuantifiers {
pub contents: *mut u8,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut u8
§size: u32
§capacity: u32
Trait Implementations§
Source§impl Clone for CaptureQuantifiers
impl Clone for CaptureQuantifiers
Source§fn clone(&self) -> CaptureQuantifiers
fn clone(&self) -> CaptureQuantifiers
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CaptureQuantifiers
Auto Trait Implementations§
impl Freeze for CaptureQuantifiers
impl RefUnwindSafe for CaptureQuantifiers
impl !Send for CaptureQuantifiers
impl !Sync for CaptureQuantifiers
impl Unpin for CaptureQuantifiers
impl UnwindSafe for CaptureQuantifiers
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