pub struct VirtualAllocationOptions {
pub size: DeviceSize,
pub alignment: DeviceSize,
pub flags: VirtualAllocationCreateFlags,
}Fields§
§size: DeviceSize§alignment: DeviceSize§flags: VirtualAllocationCreateFlagsTrait Implementations§
Source§impl Clone for VirtualAllocationOptions
impl Clone for VirtualAllocationOptions
Source§fn clone(&self) -> VirtualAllocationOptions
fn clone(&self) -> VirtualAllocationOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VirtualAllocationOptions
Auto Trait Implementations§
impl Freeze for VirtualAllocationOptions
impl RefUnwindSafe for VirtualAllocationOptions
impl Send for VirtualAllocationOptions
impl Sync for VirtualAllocationOptions
impl Unpin for VirtualAllocationOptions
impl UnsafeUnpin for VirtualAllocationOptions
impl UnwindSafe for VirtualAllocationOptions
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