#[repr(C)]pub struct OBJECT_LAYER_FRAME {
pub layer: i32,
pub start: i32,
pub end: i32,
}Expand description
レイヤー・フレーム情報構造体 フレーム番号、レイヤー番号が0からの番号になります ※UI表示と異なります
Fields§
§layer: i32レイヤー番号
start: i32開始フレーム番号
end: i32終了フレーム番号
Auto Trait Implementations§
impl Freeze for OBJECT_LAYER_FRAME
impl RefUnwindSafe for OBJECT_LAYER_FRAME
impl Send for OBJECT_LAYER_FRAME
impl Sync for OBJECT_LAYER_FRAME
impl Unpin for OBJECT_LAYER_FRAME
impl UnwindSafe for OBJECT_LAYER_FRAME
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