Struct zstud_sys::blockProperties_t
source · #[repr(C)]pub struct blockProperties_t {
pub blockType: blockType_e,
pub lastBlock: U32,
pub origSize: U32,
}Fields§
§blockType: blockType_e§lastBlock: U32§origSize: U32Trait Implementations§
source§impl Clone for blockProperties_t
impl Clone for blockProperties_t
source§fn clone(&self) -> blockProperties_t
fn clone(&self) -> blockProperties_t
Returns a copy 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 blockProperties_t
impl Debug for blockProperties_t
impl Copy for blockProperties_t
Auto Trait Implementations§
impl RefUnwindSafe for blockProperties_t
impl Send for blockProperties_t
impl Sync for blockProperties_t
impl Unpin for blockProperties_t
impl UnwindSafe for blockProperties_t
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