#[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 Freeze for LOTMarker
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