#[repr(C)]pub struct crush_rule_step {
pub op: __u32,
pub arg1: __s32,
pub arg2: __s32,
}Fields§
§op: __u32§arg1: __s32§arg2: __s32Trait Implementations§
Source§impl Clone for crush_rule_step
impl Clone for crush_rule_step
Source§fn clone(&self) -> crush_rule_step
fn clone(&self) -> crush_rule_step
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 crush_rule_step
impl Debug for crush_rule_step
impl Copy for crush_rule_step
Auto Trait Implementations§
impl Freeze for crush_rule_step
impl RefUnwindSafe for crush_rule_step
impl Send for crush_rule_step
impl Sync for crush_rule_step
impl Unpin for crush_rule_step
impl UnwindSafe for crush_rule_step
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