#[repr(C)]pub struct parseflag {
pub oldstar: c_int,
pub minusminus: c_int,
}Fields§
§oldstar: c_int§minusminus: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for parseflag
impl RefUnwindSafe for parseflag
impl Send for parseflag
impl Sync for parseflag
impl Unpin for parseflag
impl UnsafeUnpin for parseflag
impl UnwindSafe for parseflag
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