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: usize
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more