pub struct PdfPrintMarginType(/* private fields */);Expand description
See cef_pdf_print_margin_type_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_pdf_print_margin_type_t> for PdfPrintMarginType
impl AsMut<cef_pdf_print_margin_type_t> for PdfPrintMarginType
Source§fn as_mut(&mut self) -> &mut cef_pdf_print_margin_type_t
fn as_mut(&mut self) -> &mut cef_pdf_print_margin_type_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_pdf_print_margin_type_t> for PdfPrintMarginType
impl AsRef<cef_pdf_print_margin_type_t> for PdfPrintMarginType
Source§fn as_ref(&self) -> &cef_pdf_print_margin_type_t
fn as_ref(&self) -> &cef_pdf_print_margin_type_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for PdfPrintMarginType
impl Clone for PdfPrintMarginType
Source§fn clone(&self) -> PdfPrintMarginType
fn clone(&self) -> PdfPrintMarginType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdfPrintMarginType
impl Debug for PdfPrintMarginType
Source§impl Default for PdfPrintMarginType
impl Default for PdfPrintMarginType
Source§impl From<PdfPrintMarginType> for cef_pdf_print_margin_type_t
impl From<PdfPrintMarginType> for cef_pdf_print_margin_type_t
Source§fn from(value: PdfPrintMarginType) -> Self
fn from(value: PdfPrintMarginType) -> Self
Converts to this type from the input type.
Source§impl From<cef_pdf_print_margin_type_t> for PdfPrintMarginType
impl From<cef_pdf_print_margin_type_t> for PdfPrintMarginType
Source§fn from(value: cef_pdf_print_margin_type_t) -> Self
fn from(value: cef_pdf_print_margin_type_t) -> Self
Converts to this type from the input type.
Source§impl Hash for PdfPrintMarginType
impl Hash for PdfPrintMarginType
Source§impl PartialEq for PdfPrintMarginType
impl PartialEq for PdfPrintMarginType
impl Copy for PdfPrintMarginType
impl Eq for PdfPrintMarginType
impl StructuralPartialEq for PdfPrintMarginType
Auto Trait Implementations§
impl Freeze for PdfPrintMarginType
impl RefUnwindSafe for PdfPrintMarginType
impl Send for PdfPrintMarginType
impl Sync for PdfPrintMarginType
impl Unpin for PdfPrintMarginType
impl UnwindSafe for PdfPrintMarginType
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