pub struct PixelSourceFrameReaderLink {
pub name: String,
pub full_path: String,
pub original_path: String,
pub relative_path: String,
pub alias: String,
}Expand description
TS pixelSource.frameReader.link.
Fields§
§name: String§full_path: String§original_path: String§relative_path: String§alias: StringTrait Implementations§
Source§impl Clone for PixelSourceFrameReaderLink
impl Clone for PixelSourceFrameReaderLink
Source§fn clone(&self) -> PixelSourceFrameReaderLink
fn clone(&self) -> PixelSourceFrameReaderLink
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 moreSource§impl Debug for PixelSourceFrameReaderLink
impl Debug for PixelSourceFrameReaderLink
Source§impl Default for PixelSourceFrameReaderLink
impl Default for PixelSourceFrameReaderLink
Source§fn default() -> PixelSourceFrameReaderLink
fn default() -> PixelSourceFrameReaderLink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PixelSourceFrameReaderLink
impl RefUnwindSafe for PixelSourceFrameReaderLink
impl Send for PixelSourceFrameReaderLink
impl Sync for PixelSourceFrameReaderLink
impl Unpin for PixelSourceFrameReaderLink
impl UnsafeUnpin for PixelSourceFrameReaderLink
impl UnwindSafe for PixelSourceFrameReaderLink
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