pub struct SnapMarkerSettings {
pub enabled: bool,
pub size: i32,
pub duration: Option<i32>,
pub styles: Vec<SnapMarkerStyleEntry>,
}Fields§
§enabled: bool§size: i32§duration: Option<i32>§styles: Vec<SnapMarkerStyleEntry>Trait Implementations§
Source§impl Clone for SnapMarkerSettings
impl Clone for SnapMarkerSettings
Source§fn clone(&self) -> SnapMarkerSettings
fn clone(&self) -> SnapMarkerSettings
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 SnapMarkerSettings
impl Debug for SnapMarkerSettings
Source§impl PartialEq for SnapMarkerSettings
impl PartialEq for SnapMarkerSettings
impl StructuralPartialEq for SnapMarkerSettings
Auto Trait Implementations§
impl Freeze for SnapMarkerSettings
impl RefUnwindSafe for SnapMarkerSettings
impl Send for SnapMarkerSettings
impl Sync for SnapMarkerSettings
impl Unpin for SnapMarkerSettings
impl UnwindSafe for SnapMarkerSettings
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