#[repr(C, packed(2))]pub struct DBufPacket {
pub BufY: WORD,
pub BufX: WORD,
pub BufPath: *mut VSprite,
pub BufBuffer: *mut WORD,
}Fields§
§BufY: WORD§BufX: WORD§BufPath: *mut VSprite§BufBuffer: *mut WORDTrait Implementations§
Source§impl Clone for DBufPacket
impl Clone for DBufPacket
Source§fn clone(&self) -> DBufPacket
fn clone(&self) -> DBufPacket
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 DBufPacket
impl Debug for DBufPacket
impl Copy for DBufPacket
Auto Trait Implementations§
impl Freeze for DBufPacket
impl RefUnwindSafe for DBufPacket
impl !Send for DBufPacket
impl !Sync for DBufPacket
impl Unpin for DBufPacket
impl UnwindSafe for DBufPacket
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