Struct optee_utee::property::ClientEndian
source · pub struct ClientEndian;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientEndian
impl RefUnwindSafe for ClientEndian
impl Send for ClientEndian
impl Sync for ClientEndian
impl Unpin for ClientEndian
impl UnwindSafe for ClientEndian
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