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