#[repr(u32)]pub enum SideMode {
Left = 0,
Right = 1,
}Variants§
Trait Implementations§
Source§impl From<SideMode> for cublasSideMode_t
impl From<SideMode> for cublasSideMode_t
Source§impl From<cublasSideMode_t> for SideMode
impl From<cublasSideMode_t> for SideMode
Source§fn from(value: cublasSideMode_t) -> Self
fn from(value: cublasSideMode_t) -> Self
Converts to this type from the input type.
Source§impl TryFromPrimitive for SideMode
impl TryFromPrimitive for SideMode
impl Copy for SideMode
impl Eq for SideMode
impl StructuralPartialEq for SideMode
Auto Trait Implementations§
impl Freeze for SideMode
impl RefUnwindSafe for SideMode
impl Send for SideMode
impl Sync for SideMode
impl Unpin for SideMode
impl UnsafeUnpin for SideMode
impl UnwindSafe for SideMode
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