Struct DxcBuffer
#[repr(C)]pub struct DxcBuffer {
pub Ptr: *const c_void,
pub Size: usize,
pub Encoding: u32,
}
Fields§
§Ptr: *const c_void
§Size: usize
§Encoding: u32
Trait Implementations§
impl Copy for DxcBuffer
impl StructuralPartialEq for DxcBuffer
Auto Trait Implementations§
impl Freeze for DxcBuffer
impl RefUnwindSafe for DxcBuffer
impl !Send for DxcBuffer
impl !Sync for DxcBuffer
impl Unpin for DxcBuffer
impl UnwindSafe for DxcBuffer
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