#[repr(C)]pub struct LatexSnipperSessionCreateRequestV1 {
pub artifacts: *const LatexSnipperArtifactV1,
pub artifact_count: usize,
pub artifact_options_json: LatexSnipperBytesV1,
pub runtime_options_json: LatexSnipperBytesV1,
}Fields§
§artifacts: *const LatexSnipperArtifactV1§artifact_count: usize§artifact_options_json: LatexSnipperBytesV1§runtime_options_json: LatexSnipperBytesV1Trait Implementations§
Source§impl Clone for LatexSnipperSessionCreateRequestV1
impl Clone for LatexSnipperSessionCreateRequestV1
Source§fn clone(&self) -> LatexSnipperSessionCreateRequestV1
fn clone(&self) -> LatexSnipperSessionCreateRequestV1
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 LatexSnipperSessionCreateRequestV1
Auto Trait Implementations§
impl !Send for LatexSnipperSessionCreateRequestV1
impl !Sync for LatexSnipperSessionCreateRequestV1
impl Freeze for LatexSnipperSessionCreateRequestV1
impl RefUnwindSafe for LatexSnipperSessionCreateRequestV1
impl Unpin for LatexSnipperSessionCreateRequestV1
impl UnsafeUnpin for LatexSnipperSessionCreateRequestV1
impl UnwindSafe for LatexSnipperSessionCreateRequestV1
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