pub struct DomainGetMemoryParametersResponse(/* private fields */);Implementations§
Source§impl DomainGetMemoryParametersResponse
impl DomainGetMemoryParametersResponse
pub fn count(&self) -> u32
pub fn parameters(self) -> Vec<TypedParam>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainGetMemoryParametersResponse
impl RefUnwindSafe for DomainGetMemoryParametersResponse
impl Send for DomainGetMemoryParametersResponse
impl Sync for DomainGetMemoryParametersResponse
impl Unpin for DomainGetMemoryParametersResponse
impl UnwindSafe for DomainGetMemoryParametersResponse
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