Struct presenterm::PresenterOptions
source · pub struct PresenterOptions {
pub mode: PresentMode,
pub builder_options: PresentationBuilderOptions,
pub font_size_fallback: u8,
pub bindings: KeyBindingsConfig,
}Fields§
§mode: PresentMode§builder_options: PresentationBuilderOptions§font_size_fallback: u8§bindings: KeyBindingsConfigAuto Trait Implementations§
impl RefUnwindSafe for PresenterOptions
impl Send for PresenterOptions
impl Sync for PresenterOptions
impl Unpin for PresenterOptions
impl UnwindSafe for PresenterOptions
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