#[repr(C)]pub struct pdf_mark_bits {
pub len: c_int,
pub bits: __IncompleteArrayField<c_uchar>,
}Fields§
§len: c_int§bits: __IncompleteArrayField<c_uchar>Trait Implementations§
Auto Trait Implementations§
impl Freeze for pdf_mark_bits
impl RefUnwindSafe for pdf_mark_bits
impl Send for pdf_mark_bits
impl Sync for pdf_mark_bits
impl Unpin for pdf_mark_bits
impl UnwindSafe for pdf_mark_bits
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