#[repr(C)]pub struct SlixProtection {
pub pointer: u8,
pub condition: u8,
}Fields§
§pointer: u8§condition: u8Trait Implementations§
Source§impl Clone for SlixProtection
impl Clone for SlixProtection
Source§fn clone(&self) -> SlixProtection
fn clone(&self) -> SlixProtection
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 SlixProtection
impl Debug for SlixProtection
impl Copy for SlixProtection
Auto Trait Implementations§
impl Freeze for SlixProtection
impl RefUnwindSafe for SlixProtection
impl Send for SlixProtection
impl Sync for SlixProtection
impl Unpin for SlixProtection
impl UnwindSafe for SlixProtection
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