Struct physis::stm::StainingTemplate
source · pub struct StainingTemplate {}
Implementations§
source§impl StainingTemplate
impl StainingTemplate
sourcepub fn from_existing(buffer: ByteSpan<'_>) -> Option<Self>
pub fn from_existing(buffer: ByteSpan<'_>) -> Option<Self>
Reads an existing ULD file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StainingTemplate
impl RefUnwindSafe for StainingTemplate
impl Send for StainingTemplate
impl Sync for StainingTemplate
impl Unpin for StainingTemplate
impl UnwindSafe for StainingTemplate
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