#[repr(C)]pub struct blockProperties_t {
pub blockType: BlockType,
pub lastBlock: u32,
pub origSize: u32,
}Fields§
§blockType: BlockType§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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for blockProperties_t
Auto Trait Implementations§
impl Freeze for blockProperties_t
impl RefUnwindSafe for blockProperties_t
impl Send for blockProperties_t
impl Sync for blockProperties_t
impl Unpin for blockProperties_t
impl UnsafeUnpin 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