pub struct InkAnnotations { /* private fields */ }Expand description
Collection of ink annotations on a slide
Implementations§
Trait Implementations§
Source§impl Clone for InkAnnotations
impl Clone for InkAnnotations
Source§fn clone(&self) -> InkAnnotations
fn clone(&self) -> InkAnnotations
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InkAnnotations
impl Debug for InkAnnotations
Source§impl Default for InkAnnotations
impl Default for InkAnnotations
Source§fn default() -> InkAnnotations
fn default() -> InkAnnotations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InkAnnotations
impl RefUnwindSafe for InkAnnotations
impl Send for InkAnnotations
impl Sync for InkAnnotations
impl Unpin for InkAnnotations
impl UnsafeUnpin for InkAnnotations
impl UnwindSafe for InkAnnotations
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