pub struct PdfBool { /* private fields */ }Expand description
A PDF boolean object (true or false).
Implementations§
Trait Implementations§
Source§impl PdfObjectTrait for PdfBool
impl PdfObjectTrait for PdfBool
Source§fn size_in_bytes(&self) -> usize
fn size_in_bytes(&self) -> usize
Return the size in bytes when serialized.
impl Copy for PdfBool
impl Eq for PdfBool
impl StructuralPartialEq for PdfBool
Auto Trait Implementations§
impl Freeze for PdfBool
impl RefUnwindSafe for PdfBool
impl Send for PdfBool
impl Sync for PdfBool
impl Unpin for PdfBool
impl UnsafeUnpin for PdfBool
impl UnwindSafe for PdfBool
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