MCPcopy Create free account
hub / github.com/Recordscript/recordscript / inner

Method inner

libs/scrap/src/common/aom.rs:562–564  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

560
561 #[inline]
562 pub fn inner(&self) -> &aom_image_t {
563 unsafe { &*self.0 }
564 }
565}
566
567impl GoogleImage for Image {

Callers 7

frameMethod · 0.45
formatMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45
strideMethod · 0.45
planesMethod · 0.45
chromaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected