#[repr(C)]pub struct DSTORAGE_DESTINATION_BUFFER {
pub Resource: ManuallyDrop<Option<ID3D12Resource>>,
pub Offset: u64,
pub Size: u32,
}Fields§
§Resource: ManuallyDrop<Option<ID3D12Resource>>§Offset: u64§Size: u32Trait Implementations§
Source§impl Clone for DSTORAGE_DESTINATION_BUFFER
impl Clone for DSTORAGE_DESTINATION_BUFFER
Source§fn clone(&self) -> DSTORAGE_DESTINATION_BUFFER
fn clone(&self) -> DSTORAGE_DESTINATION_BUFFER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DSTORAGE_DESTINATION_BUFFER
impl Debug for DSTORAGE_DESTINATION_BUFFER
Source§impl Default for DSTORAGE_DESTINATION_BUFFER
impl Default for DSTORAGE_DESTINATION_BUFFER
Source§fn default() -> DSTORAGE_DESTINATION_BUFFER
fn default() -> DSTORAGE_DESTINATION_BUFFER
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DSTORAGE_DESTINATION_BUFFER
Auto Trait Implementations§
impl Freeze for DSTORAGE_DESTINATION_BUFFER
impl RefUnwindSafe for DSTORAGE_DESTINATION_BUFFER
impl Send for DSTORAGE_DESTINATION_BUFFER
impl Sync for DSTORAGE_DESTINATION_BUFFER
impl Unpin for DSTORAGE_DESTINATION_BUFFER
impl UnwindSafe for DSTORAGE_DESTINATION_BUFFER
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