Struct rlottie_sys::LOTMarkerList
source · #[repr(C)]pub struct LOTMarkerList {
pub ptr: *mut LOTMarker,
pub size: usize,
}
Fields§
§ptr: *mut LOTMarker
§size: usize
Trait Implementations§
source§impl Clone for LOTMarkerList
impl Clone for LOTMarkerList
source§fn clone(&self) -> LOTMarkerList
fn clone(&self) -> LOTMarkerList
Returns a copy 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 LOTMarkerList
impl Debug for LOTMarkerList
impl Copy for LOTMarkerList
Auto Trait Implementations§
impl RefUnwindSafe for LOTMarkerList
impl !Send for LOTMarkerList
impl !Sync for LOTMarkerList
impl Unpin for LOTMarkerList
impl UnwindSafe for LOTMarkerList
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