#[repr(C)]pub enum Srctyp {
SourceTarget = 0,
SourceSource = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for Srctyp
impl RefUnwindSafe for Srctyp
impl Send for Srctyp
impl Sync for Srctyp
impl Unpin for Srctyp
impl UnsafeUnpin for Srctyp
impl UnwindSafe for Srctyp
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