pub struct VSplit {
pub mode: u8,
pub enabled: bool,
pub side: Side,
pub tile: u8,
pub scroll: u8,
pub bank: u8,
pub in_region: bool,
}Expand description
Vertical split mode.
Fields§
§mode: u8§enabled: bool§side: Side§tile: u8§scroll: u8§bank: u8§in_region: boolImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VSplit
impl<'de> Deserialize<'de> for VSplit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for VSplit
Auto Trait Implementations§
impl Freeze for VSplit
impl RefUnwindSafe for VSplit
impl Send for VSplit
impl Sync for VSplit
impl Unpin for VSplit
impl UnwindSafe for VSplit
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