#[repr(C)]pub struct layout_t {}Fields§
§quantum: f64§scale: f64§ratio: f64§dpi: f64§margin: pointf§page: pointf§size: pointf§filled: boolean§landscape: boolean§centered: boolean§ratio_kind: ratio_t§xdots: *mut c_void§id: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for layout_t
impl RefUnwindSafe for layout_t
impl !Send for layout_t
impl !Sync for layout_t
impl Unpin for layout_t
impl UnwindSafe for layout_t
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