fn from()

in optee-utee/src/object.rs [38:40]


    fn from(attr: AttributeMemref) -> Self {
        Self { raw: attr.raw() }
    }