#[repr(u32)]pub enum Padding_type {
PAD_NO = 0,
PAD_ALL = 1,
PAD_ADJUST = 2,
PAD_MAX_INDICATOR = 3,
}Variants§
Trait Implementations§
Source§impl Clone for Padding_type
impl Clone for Padding_type
Source§fn clone(&self) -> Padding_type
fn clone(&self) -> Padding_type
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 Padding_type
impl Debug for Padding_type
impl Copy for Padding_type
Auto Trait Implementations§
impl Freeze for Padding_type
impl RefUnwindSafe for Padding_type
impl Send for Padding_type
impl Sync for Padding_type
impl Unpin for Padding_type
impl UnwindSafe for Padding_type
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