pub struct Payload {
pub asset_path: String,
pub prim_path: Path,
pub layer_offset: LayerOffset,
}Expand description
Represents a payload and all its meta data.
Fields§
§asset_path: StringThe asset path to the external layer.
prim_path: PathThe root prim path to the referenced prim in the external layer.
layer_offset: LayerOffsetThe layer offset to transform time.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Payload
impl RefUnwindSafe for Payload
impl Send for Payload
impl Sync for Payload
impl Unpin for Payload
impl UnsafeUnpin for Payload
impl UnwindSafe for Payload
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