#[repr(transparent)]pub struct AsBuf(pub u32);Expand description
Alpha Surface Buffer Pointer
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for AsBuf
impl Eq for AsBuf
impl StructuralPartialEq for AsBuf
Auto Trait Implementations§
impl Freeze for AsBuf
impl RefUnwindSafe for AsBuf
impl Send for AsBuf
impl Sync for AsBuf
impl Unpin for AsBuf
impl UnwindSafe for AsBuf
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