Enum rsfbclient_core::FreeStmtOp [−][src]
#[repr(u8)]
pub enum FreeStmtOp {
Close,
Drop,
}Expand description
Drop / Close statement
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FreeStmtOp
impl Send for FreeStmtOp
impl Sync for FreeStmtOp
impl Unpin for FreeStmtOp
impl UnwindSafe for FreeStmtOp
Blanket Implementations
Mutably borrows from an owned value. Read more