Struct rlottie_sys::LOTMarker
source · #[repr(C)]pub struct LOTMarker {
pub name: *mut c_char,
pub startframe: usize,
pub endframe: usize,
}Fields§
§name: *mut c_char§startframe: usize§endframe: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LOTMarker
impl !Send for LOTMarker
impl !Sync for LOTMarker
impl Unpin for LOTMarker
impl UnwindSafe for LOTMarker
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