Searched defs:DrmFormat (Results 1 – 2 of 2) sorted by relevance
48 pub struct DrmFormat(pub u32); struct108 impl DrmFormat { impl111 pub fn new(a: u8, b: u8, c: u8, d: u8) -> DrmFormat { in new()196 impl From<u32> for DrmFormat { implementation197 fn from(u: u32) -> DrmFormat { in from()208 impl fmt::Debug for DrmFormat { implementation
205 pub fn format(&self) -> DrmFormat { in format()