#[repr(u8)]pub enum Extend {
Pad = 0,
Repeat = 1,
Reflect = 2,
// some variants omitted
}
Expand description
Extend enumeration
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Extend
impl Ord for Extend
source§impl PartialOrd for Extend
impl PartialOrd for Extend
source§impl Scalar for Extend
impl Scalar for Extend
impl Copy for Extend
impl Eq for Extend
impl StructuralPartialEq for Extend
Auto Trait Implementations§
impl Freeze for Extend
impl RefUnwindSafe for Extend
impl Send for Extend
impl Sync for Extend
impl Unpin for Extend
impl UnwindSafe for Extend
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> FixedSize for Twhere
T: Scalar,
impl<T> FixedSize for Twhere
T: Scalar,
source§const RAW_BYTE_LEN: usize = _
const RAW_BYTE_LEN: usize = _
The raw size of this type, in bytes. Read more