pub struct SheetTimelineOption {
pub sheet_id: f64,
pub sheet_disclosed: bool,
pub lights_disclosed: bool,
pub meshes_disclosed: bool,
pub materials_disclosed: bool,
}Expand description
TS sheetDisclosure.sheetTimelineOptions[] element.
Fields§
§sheet_id: f64§sheet_disclosed: bool§lights_disclosed: bool§meshes_disclosed: bool§materials_disclosed: boolTrait Implementations§
Source§impl Clone for SheetTimelineOption
impl Clone for SheetTimelineOption
Source§fn clone(&self) -> SheetTimelineOption
fn clone(&self) -> SheetTimelineOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SheetTimelineOption
Source§impl Debug for SheetTimelineOption
impl Debug for SheetTimelineOption
Source§impl Default for SheetTimelineOption
impl Default for SheetTimelineOption
Source§fn default() -> SheetTimelineOption
fn default() -> SheetTimelineOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SheetTimelineOption
impl RefUnwindSafe for SheetTimelineOption
impl Send for SheetTimelineOption
impl Sync for SheetTimelineOption
impl Unpin for SheetTimelineOption
impl UnsafeUnpin for SheetTimelineOption
impl UnwindSafe for SheetTimelineOption
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