#[repr(C)]pub struct zpc_disables_save {
pub next: *mut zpc_disables_save,
pub disables: c_uint,
}Fields§
§next: *mut zpc_disables_save§disables: c_uintTrait Implementations§
Source§impl Clone for zpc_disables_save
impl Clone for zpc_disables_save
Source§fn clone(&self) -> zpc_disables_save
fn clone(&self) -> zpc_disables_save
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 zpc_disables_save
impl Debug for zpc_disables_save
impl Copy for zpc_disables_save
Auto Trait Implementations§
impl Freeze for zpc_disables_save
impl RefUnwindSafe for zpc_disables_save
impl !Send for zpc_disables_save
impl !Sync for zpc_disables_save
impl Unpin for zpc_disables_save
impl UnwindSafe for zpc_disables_save
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