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

Method width

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

Source from the content-addressed store, hash-verified

567impl GoogleImage for Image {
568 #[inline]
569 fn width(&self) -> usize {
570 self.inner().d_w as _
571 }
572
573 #[inline]
574 fn height(&self) -> usize {

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected