Struct fuchsia_scenic::HostMemory
source · pub struct HostMemory { /* private fields */ }
Implementations§
source§impl HostMemory
impl HostMemory
pub fn allocate(session: SessionPtr, size: usize) -> Result<HostMemory, Status>
pub fn len(&self) -> usize
Auto Trait Implementations§
impl !RefUnwindSafe for HostMemory
impl Send for HostMemory
impl Sync for HostMemory
impl Unpin for HostMemory
impl !UnwindSafe for HostMemory
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